ChannelFactory.Credentials Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the credentials used by clients to communicate a service endpoint over the channels produced by the factory.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.Description.ClientCredentialsThe ClientCredentials used by clients if they are configured for the factory or if the endpoint is not a Nothing reference and is in either the Created or Opening communication state; otherwise, Nothing.
Show: