DefaultCredentialsLoader.CredentialSourceLoaders プロパティ

定義

資格情報ソースごとの資格情報ローダーのディクショナリ。 アプリケーションは、追加の資格情報ソース (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)

プロパティ値

実装

適用対象