BackupEncryptionOptions Class

Definition

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.

Applies to