The VGTokenClientCredentials type exposes the following members.

Constructors

  NameDescription
Public methodVGTokenClientCredentials
Initializes a new instance of the VGTokenClientCredentials class

Methods

  NameDescription
Public methodApplyClientBehavior
Applies the specified client behavior to the endpoint.
(Inherited from ClientCredentials.)
Public methodClone
Creates a new copy of this ClientCredentials instance.
(Inherited from ClientCredentials.)
Protected methodCloneCore
Creates a new copy of this ClientCredentials instance.
(Inherited from ClientCredentials.)
Public methodCreateSecurityTokenManager
Creates a security token manager for this instance. This method is rarely called explicitly; it is primarily used in extensibility scenarios and is called by the system itself.
(Inherited from ClientCredentials.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetInfoCardSecurityToken
Generates and returns a security token using the CardSpace system and the specified policy chain and token serializer.
(Inherited from ClientCredentials.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodSetCredential
Sets VGICredential to ClientCredential object.
(Defined by VGWebServiceAuthentication.)

Properties

  NameDescription
Public propertyClientCertificate
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.)
Public propertyHttpDigest
Gets the current HTTP Digest credential.
(Inherited from ClientCredentials.)
Public propertyIssuedToken
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.)
Public propertyPeer
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.)
Public propertyServiceCertificate
Gets an object used to specify a service's X.509 certificate.
(Inherited from ClientCredentials.)
Public propertySupportInteractive
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 false might be desired in middle-tier scenarios.
(Inherited from ClientCredentials.)
Public propertyUserName
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.)
Public propertyVGToken
Public propertyWindows
Gets an object used to control the Windows credential that the client uses to authenticate itself to the service.
(Inherited from ClientCredentials.)

See Also