Metoda SymmetricKey.Create (array<SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, SecureString)
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)
Składnia
'Deklaracja
Public Sub Create ( _
keyEncryptions As SymmetricKeyEncryption(), _
keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm, _
passPhrase As SecureString _
)
'Użycie
Dim instance As SymmetricKey
Dim keyEncryptions As SymmetricKeyEncryption()
Dim keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm
Dim passPhrase As SecureString
instance.Create(keyEncryptions, keyEncryptionAlgorithm, _
passPhrase)
public void Create(
SymmetricKeyEncryption[] keyEncryptions,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
SecureString passPhrase
)
public:
void Create(
array<SymmetricKeyEncryption^>^ keyEncryptions,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
SecureString^ passPhrase
)
member Create :
keyEncryptions:SymmetricKeyEncryption[] *
keyEncryptionAlgorithm:SymmetricKeyEncryptionAlgorithm *
passPhrase:SecureString -> unit
public function Create(
keyEncryptions : SymmetricKeyEncryption[],
keyEncryptionAlgorithm : SymmetricKeyEncryptionAlgorithm,
passPhrase : SecureString
)
Parametry
- 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.Security.SecureString
A SecureString wartość określająca frazę przebiegu, z którego mogą być uzyskane klucz zawartości.