你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
JsonWebKey.Kid 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 "kid" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the "kid" value is unspecified. When "kid" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct "kid" values. (One example in which different keys might use the same "kid" value is if they have different "kty" (key type) values but are considered to be equivalent alternatives by the application using them.) The "kid" value is a case-sensitive string.
[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Origin(Microsoft.Azure.PowerShell.Cmdlets.Attestation.PropertyOrigin.Owned)]
public string Kid { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Origin(Microsoft.Azure.PowerShell.Cmdlets.Attestation.PropertyOrigin.Owned)>]
member this.Kid : string with get, set
Public Property Kid As String
Property Value
Implements
- Attributes