Método SymmetricKey.AddKeyEncryption (array<SymmetricKeyEncryption )
Adds key encryption to the symmetric key.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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.
Comentários
The SymmetricKeyEncryption object parameter defines a key encryption type and a name or password associated with it.
Exemplos
Consulte também
Referência
Sobrecarregado AddKeyEncryption
Namespace Microsoft.SqlServer.Management.Smo