IJsonWebKey.E Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RSA public exponent, in Base64
[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="RSA public exponent, in Base64", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="e")]
public string E { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="RSA public exponent, in Base64", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="e")>]
member this.E : string with get, set
Public Property E As String
Property Value
- Attributes