SymmetricKeyEncryption Konstruktoren

Definition

Überlädt

Name Beschreibung
SymmetricKeyEncryption()

Standard-Konstruktor

SymmetricKeyEncryption(KeyEncryptionType, String)

Parametrisierter Konstruktor – füllt Eigenschaften aus Parameterwerten auf.

SymmetricKeyEncryption()

Standard-Konstruktor

public SymmetricKeyEncryption();
Public Sub New ()

Gilt für:

SymmetricKeyEncryption(KeyEncryptionType, String)

Parametrisierter Konstruktor – füllt Eigenschaften aus Parameterwerten auf.

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)

Parameter

encryptionType
KeyEncryptionType
value
String

Gilt für: