DefaultCredentialsLoader.CredentialSourceLoaders Property
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.
Dictionary of credential loaders per credential source. The application can add more to process additional credential sources(like dSMS).
public System.Collections.Generic.IDictionary<Microsoft.Identity.Abstractions.CredentialSource,Microsoft.Identity.Abstractions.ICredentialSourceLoader> CredentialSourceLoaders { get; }
member this.CredentialSourceLoaders : System.Collections.Generic.IDictionary<Microsoft.Identity.Abstractions.CredentialSource, Microsoft.Identity.Abstractions.ICredentialSourceLoader>
Public ReadOnly Property CredentialSourceLoaders As IDictionary(Of CredentialSource, ICredentialSourceLoader)