다음을 통해 공유


ICustomSignedAssertionProvider Interface

Definition

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 null in which case developers will need to pass-in the fully qualified name of the implementing class.

Methods

LoadIfNeededAsync(CredentialDescription, CredentialSourceLoaderParameters)

Load the credential from the description, if needed.

(Inherited from ICredentialSourceLoader)

Applies to