Partager via


KeyVerifyParameters.Algorithm Propriété

Définition

Obtient ou définit l’algorithme de signature/vérification. Pour plus d’informations sur les types d’algorithmes possibles, consultez JsonWebKeySignatureAlgorithm. Les valeurs possibles incluent « PS256 », « PS384 », « PS512 », « RS256 », « RS384 », « RS512 », « RSNULL », « ES256 », « ES384 », « ES512 », « ECDSA256 »

[Newtonsoft.Json.JsonProperty(PropertyName="alg")]
public string Algorithm { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alg")>]
member this.Algorithm : string with get, set
Public Property Algorithm As String

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à