KeyVerifyParameters.Algorithm 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 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 à
Azure SDK for .NET