Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the encryption algorithm preference.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration EncryptionAlgorithmPreference
public enum EncryptionAlgorithmPreference
public enum class EncryptionAlgorithmPreference
type EncryptionAlgorithmPreference
public enum EncryptionAlgorithmPreference
Members
Member name | Description | |
---|---|---|
NotSpecified | Preference is NotSpecified | |
Aes | Preference is Aes | |
Rc4 | Preference is Rc4 |