KeyEncryptionType Enumeration
The KeyEncryptionType enumeration is a list of constant values that specify the key encryption type.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Member name | Description | |
|---|---|---|
| AsymmetricKey | Encryption is set by using an asymmetric key. | |
| Certificate | Encryption is set by using a certificate. | |
| Password | Encryption is set by using a password. | |
| Provider | Encryption is set by the encryption provider. | |
| SymmetricKey | Encryption is set by using a symmetric key. |
The KeyEncryptionType class is served by the SymmetricKeyEncryption method.
Show: