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

CryptoKey interface

加密密钥属性

属性

cryptoKeyId

密钥结果的 ID。

cryptoKeySize

键的大小(以位为单位)。

filePaths

找到此密钥的文件列表。

isShortKeySize

指示密钥大小被认为太小,无法根据 NIST 指南对算法安全。

keyAlgorithm

密钥算法名称。

keyType

密钥的类型(公共或私有)。

pairedKey

匹配的配对密钥或证书。

provisioningState

上次作的状态。

usage

密钥可以实现的函数。

属性详细信息

cryptoKeyId

密钥结果的 ID。

cryptoKeyId?: string

属性值

string

cryptoKeySize

键的大小(以位为单位)。

cryptoKeySize?: number

属性值

number

filePaths

找到此密钥的文件列表。

filePaths?: string[]

属性值

string[]

isShortKeySize

指示密钥大小被认为太小,无法根据 NIST 指南对算法安全。

isShortKeySize?: boolean

属性值

boolean

keyAlgorithm

密钥算法名称。

keyAlgorithm?: string

属性值

string

keyType

密钥的类型(公共或私有)。

keyType?: string

属性值

string

pairedKey

匹配的配对密钥或证书。

pairedKey?: PairedKey

属性值

provisioningState

上次作的状态。

provisioningState?: string

属性值

string

usage

密钥可以实现的函数。

usage?: string[]

属性值

string[]