JsonWebKey.Kty Property

Definition

Gets or sets the 'kty' (Key Type).

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

Property Value

Attributes

Applies to