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 ( _
keyEncryptions As SymmetricKeyEncryption(), _
keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm, _
passPhrase As String, _
identityPhrase As String _
)
'Użycie
Dim instance As SymmetricKey
Dim keyEncryptions As SymmetricKeyEncryption()
Dim keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm
Dim passPhrase As String
Dim identityPhrase As String
instance.Create(keyEncryptions, keyEncryptionAlgorithm, _
passPhrase, identityPhrase)
public void Create(
SymmetricKeyEncryption[] keyEncryptions,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
string passPhrase,
string identityPhrase
)
public:
void Create(
array<SymmetricKeyEncryption^>^ keyEncryptions,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
String^ passPhrase,
String^ identityPhrase
)
member Create :
keyEncryptions:SymmetricKeyEncryption[] *
keyEncryptionAlgorithm:SymmetricKeyEncryptionAlgorithm *
passPhrase:string *
identityPhrase:string -> unit
public function Create(
keyEncryptions : SymmetricKeyEncryption[],
keyEncryptionAlgorithm : SymmetricKeyEncryptionAlgorithm,
passPhrase : String,
identityPhrase : String
)
Parameters
- keyEncryptions
Typ: array<Microsoft.SqlServer.Management.Smo. . :: . .SymmetricKeyEncryption> [] () [] []
A SymmetricKeyEncryption obiektu array wartość określająca więcej niż jeden 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.