TokenValidationParameters.TokenDecryptionKeys Proprietà

Definizione

Ottiene o imposta l'oggetto IEnumerable<T> da utilizzare per decrittografare i token in ingresso.

public System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Tokens.SecurityKey> TokenDecryptionKeys { get; set; }
member this.TokenDecryptionKeys : seq<Microsoft.IdentityModel.Tokens.SecurityKey> with get, set
Public Property TokenDecryptionKeys As IEnumerable(Of SecurityKey)

Valore della proprietà

Commenti

Le chiavi di decrittografia in questa TokenDecryptionKeys raccolta verranno usate solo se corrispondono KeyId al parametro 'kid' nel token.

Si applica a