Click or drag to resize

VGTokenClientCredentials 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 VGTokenClientCredentials : ClientCredentials

The VGTokenClientCredentials type exposes the following members.

Constructors
  NameDescription
Public methodVGTokenClientCredentials
Initializes a new instance of the VGTokenClientCredentials class
Top
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 propertySecurityTokenHandlerCollectionManager
Gets or sets the security token handler for the client credential.
(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 might be desired in middle-tier scenarios.
(Inherited from ClientCredentials.)
Public propertyUseIdentityConfiguration
Gets or sets whether the client credentials uses identity configuration.
(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.)
Top
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 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.)
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.)
Top
See Also