Share via


RsaTokenKey.N Property

Definition

Gets or sets RSA public key modulus.

[Newtonsoft.Json.JsonProperty(PropertyName="n")]
public string N { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="n")>]
member this.N : string with get, set
Public Property N As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to