IJsonWebKey.N 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 modulus, in Base64
[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="RSA modulus, in Base64", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="n")]
public string N { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="RSA modulus, in Base64", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="n")>]
member this.N : string with get, set
Public Property N As String
Property Value
- Attributes