共用方式為


AsymmetricEncryptedSecret interface

代表用於使用非對稱金鑰組進行加密的秘密。

屬性

encryptionAlgorithm

用來加密「值」的演算法。

encryptionCertThumbprint

用來加密「值」的指紋憑證。 如果未加密中的值,則會是 Null。

value

密碼的值。

屬性詳細資料

encryptionAlgorithm

用來加密「值」的演算法。

encryptionAlgorithm: EncryptionAlgorithm

屬性值

encryptionCertThumbprint

用來加密「值」的指紋憑證。 如果未加密中的值,則會是 Null。

encryptionCertThumbprint?: string

屬性值

string

value

密碼的值。

value: string

屬性值

string