Konstruktor SymmetricKeyEncryption (KeyEncryptionType, String)
Inicjuje nowe wystąpienie SymmetricKeyEncryption klasy z szyfrowanie określonego typu i określonej wartości.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub New ( _
encryptionType As KeyEncryptionType, _
value As String _
)
'Użycie
Dim encryptionType As KeyEncryptionType
Dim value As String
Dim instance As New SymmetricKeyEncryption(encryptionType, _
value)
public SymmetricKeyEncryption(
KeyEncryptionType encryptionType,
string value
)
public:
SymmetricKeyEncryption(
KeyEncryptionType encryptionType,
String^ value
)
new :
encryptionType:KeyEncryptionType *
value:string -> SymmetricKeyEncryption
public function SymmetricKeyEncryption(
encryptionType : KeyEncryptionType,
value : String
)
Parametry
- encryptionType
Typ: Microsoft.SqlServer.Management.Smo.KeyEncryptionType
KeyEncryptionType Określa wartość obiektu klucz typu szyfrowanie.
- value
Typ: System.String
A String wartość, która określa wartość klucz szyfrowanie.