EncryptionAlgorithmPreference Enumeration
Specifies the possible values for encryption algorithm preference.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| Aes | The preference is Aes. | |
| NotSpecified | The preference is NotSpecified. | |
| Rc4 | The preference is Rc4. |
Show: