The VGTokenClientCredentials type exposes the following members.

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.)

See Also