Compartir a través de


SymmetricKey.AddKeyEncryption Método (array<SymmetricKeyEncryption )

Adds key encryption to the symmetric key.

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

Sintaxis

'Declaración
Public Sub AddKeyEncryption ( _
    keyEncryptions As SymmetricKeyEncryption() _
)
'Uso
Dim instance As SymmetricKey 
Dim keyEncryptions As SymmetricKeyEncryption()

instance.AddKeyEncryption(keyEncryptions)
public void AddKeyEncryption(
    SymmetricKeyEncryption[] keyEncryptions
)
public:
void AddKeyEncryption(
    array<SymmetricKeyEncryption^>^ keyEncryptions
)
member AddKeyEncryption : 
        keyEncryptions:SymmetricKeyEncryption[] -> unit
public function AddKeyEncryption(
    keyEncryptions : SymmetricKeyEncryption[]
)

Parámetros

Comentarios

The SymmetricKeyEncryption object parameter defines a key encryption type and a name or password associated with it.

Ejemplos

Utilizar el cifrado

Vea también

Referencia

SymmetricKey Clase

Sobrecarga de AddKeyEncryption

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Jerarquía de cifrado

CREATE SYMMETRIC KEY (Transact-SQL)