Partager via


GetTdeCertificatesSqlTaskInput Class

Definition

Input for the task that gets TDE certificates in Base64 encoded format.

public class GetTdeCertificatesSqlTaskInput
type GetTdeCertificatesSqlTaskInput = class
Public Class GetTdeCertificatesSqlTaskInput
Inheritance
GetTdeCertificatesSqlTaskInput

Constructors

GetTdeCertificatesSqlTaskInput()

Initializes a new instance of the GetTdeCertificatesSqlTaskInput class.

GetTdeCertificatesSqlTaskInput(SqlConnectionInfo, FileShare, IList<SelectedCertificateInput>)

Initializes a new instance of the GetTdeCertificatesSqlTaskInput class.

Properties

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

Validate()

Validate the object.

Applies to