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 possible values for encryption algorithm preference.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration EncryptionAlgorithmPreference
'Usage
Dim instance As EncryptionAlgorithmPreference
public enum EncryptionAlgorithmPreference
public enum class EncryptionAlgorithmPreference
type EncryptionAlgorithmPreference
public enum EncryptionAlgorithmPreference
Members
Member name | Description | |
---|---|---|
Aes | The preference is Aes. | |
NotSpecified | The preference is NotSpecified. | |
Rc4 | The preference is Rc4. |