共用方式為


CryptoKey interface

密碼編譯金鑰屬性

屬性

cryptoKeyId

金鑰結果的識別碼。

cryptoKeySize

以位為單位的索引鍵大小。

filePaths

找到此金鑰的檔案清單。

isShortKeySize

表示金鑰大小被認為太小,無法根據 NIST 指引對演算法安全。

keyAlgorithm

金鑰演算法名稱。

keyType

金鑰的類型(公開或私用)。

pairedKey

相符的配對金鑰或憑證。

provisioningState

上次作業的狀態。

usage

金鑰可以完成的函式。

屬性詳細資料

cryptoKeyId

金鑰結果的識別碼。

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[]