ICredentialSourceLoader 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.
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. |