ChannelFactory.Credentials Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the credentials used by clients to communicate a service endpoint over the channels produced by the factory.
public:
property System::ServiceModel::Description::ClientCredentials ^ Credentials { System::ServiceModel::Description::ClientCredentials ^ get(); };
public System.ServiceModel.Description.ClientCredentials Credentials { get; }
member this.Credentials : System.ServiceModel.Description.ClientCredentials
Public ReadOnly Property Credentials As ClientCredentials
The ClientCredentials used by clients if they are configured for the factory or if the endpoint is non-null
and is in either the created or opening communication state; otherwise null
.
The ClientCredentials object is stored as a type of endpoint behavior and can be accessed through the Behaviors property.
The OnOpened method initializes a read-only copy of the ClientCredentials object for the factory.
The ClientCredentials object is used by the ClientBase<TChannel> class (or a class that derives from this class) to create the proxy objects that can call services. The ClientCredentials object is also accessible through the ClientCredentials property.
Poznámka
Setting ChannelFactory.Credentials.Windows.AllowedImpersonationLevel
to TokenImpersonationLevel.Anonymous
always results in an anonymous logon regardless of impersonation level.
Produkt | Verzie |
---|---|
.NET | Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: