SymmetricKeyEncryption Construtores

Definição

Sobrecargas

Nome Description
SymmetricKeyEncryption()

Construtor padrão

SymmetricKeyEncryption(KeyEncryptionType, String)

Construtor parametrizado – preenche propriedades de valores de parâmetro

SymmetricKeyEncryption()

Construtor padrão

public SymmetricKeyEncryption();
Public Sub New ()

Aplica-se a

SymmetricKeyEncryption(KeyEncryptionType, String)

Construtor parametrizado – preenche propriedades de 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

Aplica-se a