Freigeben über


DefaultCredentialsLoader.CustomSignedAssertionCredentialSourceLoaders Property

Definition

Dictionary of custom signed assertion credential source loaders, by name (either ICustomSignedAssertionProvider.Name or the fully qualified type name). The application can add more to process additional credential sources.

protected System.Collections.Generic.IDictionary<string,Microsoft.Identity.Abstractions.ICustomSignedAssertionProvider>? CustomSignedAssertionCredentialSourceLoaders { get; }
member this.CustomSignedAssertionCredentialSourceLoaders : System.Collections.Generic.IDictionary<string, Microsoft.Identity.Abstractions.ICustomSignedAssertionProvider>
Protected ReadOnly Property CustomSignedAssertionCredentialSourceLoaders As IDictionary(Of String, ICustomSignedAssertionProvider)

Property Value

Applies to