Freigeben über


JsonWebKey.Alg Property

Definition

Gets or sets the 'alg' (KeyType).

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("alg")]
public string Alg { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("alg")>]
member this.Alg : string with get, set
Public Property Alg As String

Property Value

Attributes

Applies to