SymmetricKeyEncryption Constructors

Definition

Overloads

SymmetricKeyEncryption()

Default constructor

SymmetricKeyEncryption(KeyEncryptionType, String)

Parameterized constructor - populates properties from parameter values

SymmetricKeyEncryption()

Default constructor

public SymmetricKeyEncryption ();
Public Sub New ()

Applies to

SymmetricKeyEncryption(KeyEncryptionType, String)

Parameterized constructor - populates properties from parameter values

public SymmetricKeyEncryption (Microsoft.SqlServer.Management.Smo.KeyEncryptionType encryptionType, string value);
new Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption : Microsoft.SqlServer.Management.Smo.KeyEncryptionType * string -> Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption
Public Sub New (encryptionType As KeyEncryptionType, value As String)

Parameters

encryptionType
KeyEncryptionType
value
String

Applies to