OpenIdConnectProtocolValidator.HashAlgorithmMap 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.
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)