The VGTokenProvider type exposes the following members.

Constructors

  NameDescription
Public methodVGTokenProvider
Initializes a new instance of the VGTokenProvider class

Methods

  NameDescription
Public methodBeginCancelToken
Begins an asynchronous operation to cancel a security token.
(Inherited from SecurityTokenProvider.)
Protected methodBeginCancelTokenCore
Begins an asynchronous operation to cancel a security token.
(Inherited from SecurityTokenProvider.)
Public methodBeginGetToken
Begins an asynchronous operation to get a security token.
(Inherited from SecurityTokenProvider.)
Protected methodBeginGetTokenCore
Begins an asynchronous operation to get a security token.
(Inherited from SecurityTokenProvider.)
Public methodBeginRenewToken
Begins an asynchronous operation that renews a security token.
(Inherited from SecurityTokenProvider.)
Protected methodBeginRenewTokenCore
Begins an asynchronous operation that renews a security token.
(Inherited from SecurityTokenProvider.)
Public methodCancelToken
Cancels a security token.
(Inherited from SecurityTokenProvider.)
Protected methodCancelTokenCore
Cancels a security token.
(Inherited from SecurityTokenProvider.)
Public methodEndCancelToken
Completes an asynchronous operation to cancel a security token.
(Inherited from SecurityTokenProvider.)
Protected methodEndCancelTokenCore
Completes an asynchronous operation to cancel a security token.
(Inherited from SecurityTokenProvider.)
Public methodEndGetToken
Completes an asynchronous operation to get a security token.
(Inherited from SecurityTokenProvider.)
Protected methodEndGetTokenCore
Completes an asynchronous operation to get a security token.
(Inherited from SecurityTokenProvider.)
Public methodEndRenewToken
Completes an asynchronous operation to renew a security token.
(Inherited from SecurityTokenProvider.)
Protected methodEndRenewTokenCore
Completes an asynchronous operation to renew the security token.
(Inherited from SecurityTokenProvider.)
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 methodGetToken
Gets a security token.
(Inherited from SecurityTokenProvider.)
Protected methodGetTokenCore (Overrides SecurityTokenProvider..::..GetTokenCore(TimeSpan).)
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 methodRenewToken
Renews a security token.
(Inherited from SecurityTokenProvider.)
Protected methodRenewTokenCore
Renews a security token.
(Inherited from SecurityTokenProvider.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupportsTokenCancellation
Gets a value that indicates whether the security token can be cancelled.
(Inherited from SecurityTokenProvider.)
Public propertySupportsTokenRenewal
Gets a value that indicates whether the security token is renewable.
(Inherited from SecurityTokenProvider.)

See Also