The VGTokenServiceCredentials type exposes the following members.

Constructors

  NameDescription
Public methodVGTokenServiceCredentials
Initializes a new instance of the VGTokenServiceCredentials class

Methods

  NameDescription
Public methodClone
Creates a copy of the current instance.
(Inherited from ServiceCredentials.)
Protected methodCloneCore (Overrides ServiceCredentials..::..CloneCore()()()().)
Public methodCreateSecurityTokenManager (Overrides ServiceCredentials..::..CreateSecurityTokenManager()()()().)
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.)
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.)

Properties

  NameDescription
Public propertyClientCertificate
Gets the current client certificate authentication and provisioning settings for this service.
(Inherited from ServiceCredentials.)
Public propertyIssuedTokenAuthentication
Gets the current issued token (for example, SAML) authentication settings for this service.
(Inherited from ServiceCredentials.)
Public propertyPeer
Gets the current credential authentication and provisioning settings to be used by peer transport endpoints configured on the service.
(Inherited from ServiceCredentials.)
Public propertySecureConversationAuthentication
Gets the current settings to be used by a secure conversation.
(Inherited from ServiceCredentials.)
Public propertyServiceCertificate
Gets the current certificate associated with this service.
(Inherited from ServiceCredentials.)
Public propertyUserNameAuthentication
Gets the current user name/password authentication settings for this service.
(Inherited from ServiceCredentials.)
Public propertyWindowsAuthentication
Gets the current Windows authentication settings for this service.
(Inherited from ServiceCredentials.)

See Also