BackupEncryptionOptions Class
Specifies backup encryption option.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
| Name | Description | |
|---|---|---|
![]() | BackupEncryptionOptions() | Initializes a new instance of the BackupEncryptionOptions class. |
![]() | BackupEncryptionOptions(BackupEncryptionAlgorithm, BackupEncryptorType, String^) | Initializes a new instance of the BackupEncryptionOptions class. |
| Name | Description | |
|---|---|---|
![]() | Algorithm | Gets or sets the encryption algorithm to use. |
![]() | EncryptorName | Gets or sets the name of the encryptor. |
![]() | EncryptorType | Gets or sets the type of the backup encryptor. |
![]() | NoEncryption | Gets or sets a value that indicates whether backup has no encryption. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() ![]() | GetAlgorithmString(BackupEncryptionAlgorithm) | Returns a string value representing the encryption algorithm. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


