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

CryptoKey interface

加密密钥属性

属性

cryptoKeyId

密钥结果的 ID。

filePaths

找到此密钥的文件列表。 注意:此属性不会序列化。 它只能由服务器填充。

isShortKeySize

指示密钥大小太小,无法确保算法的安全。

keyAlgorithm

密钥算法名称。

keySize

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

keyType

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

pairedKey

匹配的配对密钥或证书。

usage

密钥可以实现的函数。

属性详细信息

cryptoKeyId

密钥结果的 ID。

cryptoKeyId?: string

属性值

string

filePaths

找到此密钥的文件列表。 注意:此属性不会序列化。 它只能由服务器填充。

filePaths?: string[]

属性值

string[]

isShortKeySize

指示密钥大小太小,无法确保算法的安全。

isShortKeySize?: boolean

属性值

boolean

keyAlgorithm

密钥算法名称。

keyAlgorithm?: string

属性值

string

keySize

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

keySize?: number

属性值

number

keyType

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

keyType?: string

属性值

string

pairedKey

匹配的配对密钥或证书。

pairedKey?: PairedKey

属性值

usage

密钥可以实现的函数。

usage?: string[]

属性值

string[]