Edit

Share via


WSTrustChannelClientCredentials Class

Definition

public ref class WSTrustChannelClientCredentials : System::ServiceModel::Description::ClientCredentials
public class WSTrustChannelClientCredentials : System.ServiceModel.Description.ClientCredentials
type WSTrustChannelClientCredentials = class
    inherit ClientCredentials
Public Class WSTrustChannelClientCredentials
Inherits ClientCredentials
Inheritance
WSTrustChannelClientCredentials

Constructors

WSTrustChannelClientCredentials()
WSTrustChannelClientCredentials(ClientCredentials)
WSTrustChannelClientCredentials(WSTrustChannelClientCredentials)

Properties

ClientCertificate

Gets an object that you can use to provide the X.509 certificate that the client uses to authenticate to the service.

(Inherited from ClientCredentials)
ClientCredentials
HttpDigest

Gets the current HTTP Digest credential.

(Inherited from ClientCredentials)
ServiceCertificate

Gets an object used to specify a service's X.509 certificate.

(Inherited from ClientCredentials)
UserName

Gets a credential object that you can use to set the user name and password that the client uses to authenticate itself to the service.

(Inherited from ClientCredentials)
Windows

Gets an object used to control the Windows credential that the client uses to authenticate itself to the service.

(Inherited from ClientCredentials)

Methods

ApplyClientBehavior(ServiceEndpoint, ClientRuntime)

Applies the specified client behavior to the endpoint.

(Inherited from ClientCredentials)
Clone()

Creates a new copy of this ClientCredentials instance.

(Inherited from ClientCredentials)
CloneCore()
CreateSecurityTokenManager()

Explicit Interface Implementations

IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection)

Adds this instance of this class to a binding parameter collection.

(Inherited from ClientCredentials)
IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)

Implements a modification or extension of the service across an endpoint.

(Inherited from ClientCredentials)
IEndpointBehavior.Validate(ServiceEndpoint)

Reserved for future use.

(Inherited from ClientCredentials)

Applies to