JsonWebKey.E Property

Definition

Gets or sets the 'e' (RSA - Exponent).

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

Property Value

Attributes

Applies to