JsonWebKey.N Property

Definition

Gets or sets the 'n' (RSA - Modulus).

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

Property Value

Attributes

Remarks

Value is formatted as: Base64urlEncoding

Applies to