Delen via


IJsonWebKey.Use Property

Definition

Use ("public key use") identifies the intended use of the public key. The "use" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly "sig" (signature) or "enc" (encryption).

[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="Use ("public key use") identifies the intended use of\r\n        the public key. The "use" parameter is employed to indicate whether\r\n        a public key is used for encrypting data or verifying the signature\r\n        on data. Values are commonly "sig" (signature) or "enc" (encryption).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="use")]
public string Use { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="Use ("public key use") identifies the intended use of\r\n        the public key. The "use" parameter is employed to indicate whether\r\n        a public key is used for encrypting data or verifying the signature\r\n        on data. Values are commonly "sig" (signature) or "enc" (encryption).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="use")>]
member this.Use : string with get, set
Public Property Use As String

Property Value

Attributes

Applies to