BackupEncryptionAlgorithm Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the algorithm type used for backup encryption.
public enum BackupEncryptionAlgorithm
type BackupEncryptionAlgorithm =
Public Enum BackupEncryptionAlgorithm
- Inheritance
-
BackupEncryptionAlgorithm
Fields
Name | Value | Description |
---|---|---|
Aes128 | 0 | Aes128 Algorithm |
Aes192 | 1 | Aes192 Algorithm |
Aes256 | 2 | Aes256 Algorithm |
TripleDes | 3 | TripleDes Algorithm |