Expand Minimize
This topic has not yet been rated - Rate this topic

KeyEncryptionType Enumeration

The KeyEncryptionType enumeration is a list of constant values that specify the key encryption type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public enum KeyEncryptionType
Member nameDescription
SymmetricKeyEncryption is set by using a symmetric key.
CertificateEncryption is set by using a certificate.
PasswordEncryption is set by using a password.
AsymmetricKeyEncryption is set by using an asymmetric key.
ProviderEncryption is set by the encryption provider.

The KeyEncryptionType class is served by the SymmetricKeyEncryption method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.