TokenProviderDescriptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to represents a token provider in TokenOptions's TokenMap.
public ref class TokenProviderDescriptor
public class TokenProviderDescriptor
type TokenProviderDescriptor = class
Public Class TokenProviderDescriptor
- Inheritance
-
TokenProviderDescriptor
Constructors
TokenProviderDescriptor(Type) |
Initializes a new instance of the TokenProviderDescriptor class. |
Properties
ProviderInstance |
If specified, the instance to be used for the token provider. |
ProviderType |
The type that will be used for this token provider. |