SymmetricKeyEncryption Constructors
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.
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