OpenIdConnectProtocolValidator.HashAlgorithmMap Property

Definition

Gets the algorithm mapping between OpenIdConnect and .Net for Hash algorithms. a IDictionary<TKey,TValue> that contains mappings from the JWT namespace https://datatracker.ietf.org/doc/html/rfc7518 to .Net.

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)

Property Value

Applies to