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

KeyVaultKey interface

表示密钥保管库键的接口,其名称、值和 KeyProperties

属性

id

密钥标识符。

key

键值。

keyOperations

允许对此密钥执行的操作

keyType

jsonWebKey 键类型 (kty) ,如 中 https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40定义。 可能的值包括:“EC”、“EC-HSM”、“RSA”、“RSA-HSM”、“oct”、“oct-HSM”

name

键的名称。

properties

键的属性。

属性详细信息

id

密钥标识符。

id?: string

属性值

string

key

键值。

key?: JsonWebKey_2

属性值

keyOperations

允许对此密钥执行的操作

keyOperations?: string[]

属性值

string[]

keyType

jsonWebKey 键类型 (kty) ,如 中 https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40定义。 可能的值包括:“EC”、“EC-HSM”、“RSA”、“RSA-HSM”、“oct”、“oct-HSM”

keyType?: string

属性值

string

name

键的名称。

name: string

属性值

string

properties

键的属性。

properties: KeyProperties

属性值