Language

OpenIdConnectProtocolValidator.HashAlgorithmMap プロパティ

定義

ハッシュ アルゴリズムの OpenIdConnect と .Net の間のアルゴリズム マッピングを取得します。 JWT 名前空間https://datatracker.ietf.org/doc/html/rfc7518から.NETへのマッピングを含むIDictionary<TKey,TValue>。

public System.Collections.Generic.IDictionary<string,string> HashAlgorithmMap { get; }
member this.HashAlgorithmMap : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property HashAlgorithmMap As IDictionary(Of String, String)

プロパティ値

適用対象