WSTrustChannelClientCredentials Class
Definition
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.
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
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) |
IssuedToken |
Use this property to specify the endpoint address and binding to use when contacting your local Security Token Service. This information is used when a service requires authentication using an issued token, but the policy of the service (represented as a binding on the client) does not explicitly specify how and where to obtain the issued token. (Inherited from ClientCredentials) |
Peer |
Controls the credentials that a peer node uses to authenticate itself to other nodes in the mesh, as well as authentication settings that a peer node uses to authenticate other peer nodes. (Inherited from ClientCredentials) |
SecurityTokenHandlerCollectionManager |
Gets or sets the security token handler for the client credential. (Inherited from ClientCredentials) |
ServiceCertificate |
Gets an object used to specify a service's X.509 certificate. (Inherited from ClientCredentials) |
SupportInteractive |
Gets or sets a value that indicates whether the system is allowed to interactively prompt the user for credentials when necessary. For example, setting it to |
UseIdentityConfiguration |
Gets or sets whether the client credentials uses identity configuration. (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() | |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetInfoCardSecurityToken(Boolean, CardSpacePolicyElement[], SecurityTokenSerializer) |
Generates and returns a security token using the CardSpace system and the specified policy chain and token serializer. (Inherited from ClientCredentials) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
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) |