SymmetricKey.AddKeyEncryption Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddKeyEncryption(SymmetricKeyEncryption) |
Adds a key encryption to the symmetric key. |
AddKeyEncryption(SymmetricKeyEncryption[]) |
Adds one or more key encryptions to the symmetric key. |
AddKeyEncryption(SymmetricKeyEncryption)
Adds a key encryption to the symmetric key.
public void AddKeyEncryption (Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption keyEncryption);
member this.AddKeyEncryption : Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption -> unit
Public Sub AddKeyEncryption (keyEncryption As SymmetricKeyEncryption)
Parameters
- keyEncryption
- SymmetricKeyEncryption
Applies to
AddKeyEncryption(SymmetricKeyEncryption[])
Adds one or more key encryptions to the symmetric key.
public void AddKeyEncryption (Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[] keyEncryptions);
member this.AddKeyEncryption : Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[] -> unit
Public Sub AddKeyEncryption (keyEncryptions As SymmetricKeyEncryption())
Parameters
- keyEncryptions
- SymmetricKeyEncryption[]