Click or drag to resize

VGTokenServiceCredentials Class

Inheritance Hierarchy

Namespace:  Novalys.VisualGuard.Security.WebService.VGTokenAuthenticationService
Assembly:  Novalys.VisualGuard.Security.WebService (in Novalys.VisualGuard.Security.WebService.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public sealed class VGTokenServiceCredentials : ServiceCredentials

The VGTokenServiceCredentials type exposes the following members.

Constructors
  NameDescription
Public methodVGTokenServiceCredentials
Initializes a new instance of the VGTokenServiceCredentials class
Top
Properties
  NameDescription
Public propertyClientCertificate
Gets the current client certificate authentication and provisioning settings for this service.
(Inherited from ServiceCredentials.)
Public propertyExceptionMapper
Gets or sets the exception mapper associated with the service credentials.
(Inherited from ServiceCredentials.)
Public propertyIdentityConfiguration
Gets or sets the identity configuration for the 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 propertyUseIdentityConfiguration
Gets or sets whether the service credential uses identity configuration.
(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.)
Top
Methods
  NameDescription
Public methodClone
Creates a copy of the current instance.
(Inherited from ServiceCredentials.)
Protected methodCloneCore (Overrides ServiceCredentialsCloneCore.)
Public methodCreateSecurityTokenManager (Overrides ServiceCredentialsCreateSecurityTokenManager.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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.)
Top
See Also