Share via


RsaTokenKey.E Property

Definition

Gets or sets RSA public key exponent.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to