--- title: "PSCryptoKey" description: "Contains encryption key. Transforms into VBREncryptionKey. Property Type Description GUID Encryption key ID. string Encryption key description. string Password in the SecureString format. DateTime Last modification date and time. Encryption" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/pscryptokey.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > PSCryptoKey" dateModified: "2026-08-19" --- # PSCryptoKey Contains encryption key. Transforms into **VBREncryptionKey**. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Encryption key ID. |
|
Description |
string |
Encryption key description. |
|
EncryptedPassword |
string |
Password in the SecureString format. |
|
ModificationDateUtc |
DateTime |
Last modification date and time. |