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

IJsonWebKey.Kty Property

Definition

The "kty" (key type) parameter identifies the cryptographic algorithm family used with the key, such as "RSA" or "EC". "kty" values should either be registered in the IANA "JSON Web Key Types" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The "kty" value is a case-sensitive string.

[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="The "kty" (key type) parameter identifies the cryptographic algorithm\r\n        family used with the key, such as "RSA" or "EC". "kty" values should\r\n        either be registered in the IANA "JSON Web Key Types" registry\r\n        established by [JWA] or be a value that contains a Collision-\r\n        Resistant Name.  The "kty" value is a case-sensitive string.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="kty")]
public string Kty { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.Info(Description="The "kty" (key type) parameter identifies the cryptographic algorithm\r\n        family used with the key, such as "RSA" or "EC". "kty" values should\r\n        either be registered in the IANA "JSON Web Key Types" registry\r\n        established by [JWA] or be a value that contains a Collision-\r\n        Resistant Name.  The "kty" value is a case-sensitive string.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="kty")>]
member this.Kty : string with get, set
Public Property Kty As String

Property Value

Attributes

Applies to