JsonWebKey.Oth Property

Definition

Gets or sets the 'oth' (RSA - Other Primes Info).

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("oth")]
public System.Collections.Generic.IList<string> Oth { get; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("oth")>]
member this.Oth : System.Collections.Generic.IList<string>
Public ReadOnly Property Oth As IList(Of String)

Property Value

Attributes

Applies to