IJsonWebKey.Crv 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.
The "crv" (curve) parameter identifies the curve type
[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="The "crv" (curve) parameter identifies the curve type", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="crv")]
public string Crv { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="The "crv" (curve) parameter identifies the curve type", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="crv")>]
member this.Crv : string with get, set
Public Property Crv As String
Property Value
- Attributes