你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JsonWebKey.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Attestation.PropertyOrigin.Owned)]
public string Use { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Origin(Microsoft.Azure.PowerShell.Cmdlets.Attestation.PropertyOrigin.Owned)>]
member this.Use : string with get, set
Public Property Use As String

Property Value

Implements

Use
Attributes

Applies to