JsonWebToken.TryGetValue<T>(String, T) Metodo

Definizione

Prova a ottenere l'attestazione dal payload JWT.

public bool TryGetValue<T>(string key, out T value);
member this.TryGetValue : string * 'T -> bool
Public Function TryGetValue(Of T) (key As String, ByRef value As T) As Boolean

Parametri di tipo

T

Parametri

key
String
value
T

Valori restituiti

true se ha esito positivo, false in caso contrario.

Commenti

Il valore di un tipo T, se possibile.

Si applica a