你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IJsonWebKeySet.Key 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 value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.
[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="The value of the "keys" parameter is an array of JWK values. By\r\n default, the order of the JWK values within the array does not imply\r\n an order of preference among them, although applications of JWK Sets\r\n can choose to assign a meaning to the order for their purposes, if\r\n desired.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IJsonWebKey) }, ReadOnly=false, Required=false, SerializedName="keys")]
public Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IJsonWebKey[] Key { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="The value of the "keys" parameter is an array of JWK values. By\r\n default, the order of the JWK values within the array does not imply\r\n an order of preference among them, although applications of JWK Sets\r\n can choose to assign a meaning to the order for their purposes, if\r\n desired.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IJsonWebKey) }, ReadOnly=false, Required=false, SerializedName="keys")>]
member this.Key : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IJsonWebKey[] with get, set
Public Property Key As IJsonWebKey()
Property Value
- Attributes