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
- keyEncryptions
Tipo: array<Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[]
A SymmetricKeyEncryption object array value that specifies two or more encryption mechanisms to be added to the symmetric key.
Comentarios
The SymmetricKeyEncryption object parameter defines a key encryption type and a name or password associated with it.
Ejemplos
Vea también
Referencia
Sobrecarga de AddKeyEncryption
Espacio de nombres Microsoft.SqlServer.Management.Smo