Bagikan melalui


SymmetricKey.AddKeyEncryption Method (array<SymmetricKeyEncryption )

Adds key encryption to the symmetric key.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub AddKeyEncryption ( _
    keyEncryptions As SymmetricKeyEncryption() _
)
'Usage
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[]
)

Parameters

Remarks

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

Examples

Using Encryption

See Also

Reference

SymmetricKey Class

AddKeyEncryption Overload

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Encryption Hierarchy

CREATE SYMMETRIC KEY (Transact-SQL)