Compartir a través de


KeyVerifyParameters.Algorithm Propiedad

Definición

Obtiene o establece el algoritmo de firma o comprobación. Para obtener más información sobre los posibles tipos de algoritmos, consulte JsonWebKeySignatureAlgorithm. Entre los valores posibles se incluyen: '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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a