The VGTokenServiceCredentials type exposes the following members.

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