VaultExtendedInfo interface
Vault extended information.
Properties
| algorithm | Algorithm for Vault ExtendedInfo |
| encryption |
Encryption key. |
| encryption |
Encryption key thumbprint. |
| integrity |
Integrity key. |
Property Details
algorithm
Algorithm for Vault ExtendedInfo
algorithm?: string
Property Value
string
encryptionKey
Encryption key.
encryptionKey?: string
Property Value
string
encryptionKeyThumbprint
Encryption key thumbprint.
encryptionKeyThumbprint?: string
Property Value
string
integrityKey
Integrity key.
integrityKey?: string
Property Value
string