GetTdeCertificatesSqlTaskInput 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.
Input for the task that gets TDE certificates in Base64 encoded format.
public class GetTdeCertificatesSqlTaskInput
type GetTdeCertificatesSqlTaskInput = class
Public Class GetTdeCertificatesSqlTaskInput
- Inheritance
-
GetTdeCertificatesSqlTaskInput
Constructors
| Name | Description |
|---|---|
| GetTdeCertificatesSqlTaskInput() |
Initializes a new instance of the GetTdeCertificatesSqlTaskInput class. |
| GetTdeCertificatesSqlTaskInput(SqlConnectionInfo, FileShare, IList<SelectedCertificateInput>) |
Initializes a new instance of the GetTdeCertificatesSqlTaskInput class. |
Properties
| Name | Description |
|---|---|
| BackupFileShare |
Gets or sets backup file share information for file share to be used for temporarily storing files. |
| ConnectionInfo |
Gets or sets connection information for SQL Server |
| SelectedCertificates |
Gets or sets list containing certificate names and corresponding password to use for encrypting the exported certificate. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |