ICustomSignedAssertionProvider Interface
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.
Interface to implement loading of a custom signed assertion provider.
public interface ICustomSignedAssertionProvider : Microsoft.Identity.Abstractions.ICredentialSourceLoader
type ICustomSignedAssertionProvider = interface
interface ICredentialSourceLoader
Public Interface ICustomSignedAssertionProvider
Implements ICredentialSourceLoader
- Implements
Properties
CredentialSource |
CredentialSource that this credential source loader knows how to load. (Inherited from ICredentialSourceLoader) |
Name |
Configuration friendly name of the custom signed assertion provider as it
will appear in the CustomSignedAssertionProviderName
Can be |
Methods
LoadIfNeededAsync(CredentialDescription, CredentialSourceLoaderParameters) |
Load the credential from the description, if needed. (Inherited from ICredentialSourceLoader) |