BackupEncryptionOptions Class
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.
The BackupEncryptionOptions represents encryption options for backup operations.
public sealed class BackupEncryptionOptions
type BackupEncryptionOptions = class
Public NotInheritable Class BackupEncryptionOptions
- Inheritance
-
BackupEncryptionOptions
Constructors
BackupEncryptionOptions() |
Initializes a new instance of the BackupEncryptionOptions class. |
BackupEncryptionOptions(BackupEncryptionAlgorithm, BackupEncryptorType, String) |
Initializes a new instance of the BackupEncryptionOptions class. |
Properties
Algorithm |
Gets or sets the encryption algorithm. |
EncryptorName |
Gets or sets the encryptor name (server certificate name or server asymmetric key name). |
EncryptorType |
Gets or sets the encryptor type. |
NoEncryption |
Gets or sets whether encryption is disabled. |
Methods
GetAlgorithmString(BackupEncryptionAlgorithm) |
Gets the string value of the encryption algorithm. |