Share via


ICredentialSourceLoader Interface

Definition

Contract to implement to load credentials, for instance certificates.

public interface ICredentialSourceLoader
type ICredentialSourceLoader = interface
Public Interface ICredentialSourceLoader

Properties

CredentialSource

CredentialSource that this credential source loader knows how to load.

Methods

LoadIfNeededAsync(CredentialDescription, CredentialSourceLoaderParameters)

Load the credential from the description, if needed.

Applies to