SymmetricKeyEncryption Constructores

Definición

Sobrecargas

Nombre Description
SymmetricKeyEncryption()

Constructor predeterminado

SymmetricKeyEncryption(KeyEncryptionType, String)

Constructor con parámetros: rellena las propiedades de los valores de parámetro.

SymmetricKeyEncryption()

Constructor predeterminado

public SymmetricKeyEncryption();
Public Sub New ()

Se aplica a

SymmetricKeyEncryption(KeyEncryptionType, String)

Constructor con parámetros: rellena las propiedades de los valores de parámetro.

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)

Parámetros

encryptionType
KeyEncryptionType
value
String

Se aplica a