CredentialResolver 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.
Plug-in point for resolving an AuthenticationTokenProvider from
an IConfigurationSection that describes a credential. Credential
libraries derive from this class and ship a typed
Add{Brand}CredentialResolver() registration extension.
public abstract class CredentialResolver
type CredentialResolver = class
Public MustInherit Class CredentialResolver
- Inheritance
-
CredentialResolver
Constructors
| Name | Description |
|---|---|
| CredentialResolver() | |
Methods
| Name | Description |
|---|---|
| TryResolve(IConfigurationSection, AuthenticationTokenProvider) |
Attempts to construct an AuthenticationTokenProvider for the supplied credential configuration section. |