OpenIdConnectProtocolValidator.HashAlgorithmMap Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le mappage d’algorithmes entre OpenIdConnect et .Net pour les algorithmes de hachage. qui IDictionary<TKey,TValue> contient des mappages de l’espace de noms https://datatracker.ietf.org/doc/html/rfc7518 JWT à .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)