Compartir a través de


SymmetricKey.Create Método (SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, String)

Creates a symmetric key on the database with the specified encryption type and method.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Create ( _
    keyEncryption As SymmetricKeyEncryption, _
    keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm, _
    passPhrase As String _
)
'Uso
Dim instance As SymmetricKey 
Dim keyEncryption As SymmetricKeyEncryption 
Dim keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm 
Dim passPhrase As String

instance.Create(keyEncryption, keyEncryptionAlgorithm, _
    passPhrase)
public void Create(
    SymmetricKeyEncryption keyEncryption,
    SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
    string passPhrase
)
public:
void Create(
    SymmetricKeyEncryption^ keyEncryption, 
    SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm, 
    String^ passPhrase
)
member Create : 
        keyEncryption:SymmetricKeyEncryption * 
        keyEncryptionAlgorithm:SymmetricKeyEncryptionAlgorithm * 
        passPhrase:string -> unit
public function Create(
    keyEncryption : SymmetricKeyEncryption, 
    keyEncryptionAlgorithm : SymmetricKeyEncryptionAlgorithm, 
    passPhrase : String
)

Parámetros

  • passPhrase
    Tipo: System.String
    A String value that specifies the pass phrase from which the symmetric key can be derived.

Ejemplos

Utilizar el cifrado

Vea también

Referencia

SymmetricKey Clase

Sobrecarga de Create

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Jerarquía de cifrado

CREATE SYMMETRIC KEY (Transact-SQL)

OPEN SYMMETRIC KEY (Transact-SQL)