Metoda Create (SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, String, String)
Tworzy klucz zawartości na bazę danych z szyfrowanie określonego typu i metoda.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Sub Create ( _
keyEncryption As SymmetricKeyEncryption, _
keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm, _
passPhrase As String, _
identityPhrase As String _
)
'Użycie
Dim instance As SymmetricKey
Dim keyEncryption As SymmetricKeyEncryption
Dim keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm
Dim passPhrase As String
Dim identityPhrase As String
instance.Create(keyEncryption, keyEncryptionAlgorithm, _
passPhrase, identityPhrase)
public void Create(
SymmetricKeyEncryption keyEncryption,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
string passPhrase,
string identityPhrase
)
public:
void Create(
SymmetricKeyEncryption^ keyEncryption,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
String^ passPhrase,
String^ identityPhrase
)
member Create :
keyEncryption:SymmetricKeyEncryption *
keyEncryptionAlgorithm:SymmetricKeyEncryptionAlgorithm *
passPhrase:string *
identityPhrase:string -> unit
public function Create(
keyEncryption : SymmetricKeyEncryption,
keyEncryptionAlgorithm : SymmetricKeyEncryptionAlgorithm,
passPhrase : String,
identityPhrase : String
)
Parameters
- keyEncryption
Typ: Microsoft.SqlServer.Management.Smo. . :: . .SymmetricKeyEncryption
A SymmetricKeyEncryption wartość obiektu, który określa typ szyfrowanie.
- keyEncryptionAlgorithm
Typ: Microsoft.SqlServer.Management.Smo. . :: . .SymmetricKeyEncryptionAlgorithm
A SymmetricKeyEncryptionAlgorithm wartość określająca metoda szyfrowanie.
- passPhrase
Typ: System. . :: . .String
A String wartość określająca frazę przebiegu, z którego mogą być uzyskane klucz zawartości.
- identityPhrase
Typ: System. . :: . .String
A String , który określa frazę tożsamości wartość używana do dane znacznika, który jest szyfrowany przy użyciu klucz. Albo passPhrase lub identityPhrase może być null, ale co najmniej jeden musi być zestaw.