KeySignParameters.Algorithm Property

Definition

Gets or sets the signing/verification algorithm identifier. For more information on possible algorithm types, see JsonWebKeySignatureAlgorithm. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to