Freigeben über


EncryptionAlgorithmPreference-Enumeration

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

Elemente

Elementname Beschreibung
Aes The preference is Aes.
NotSpecified The preference is NotSpecified.
Rc4 The preference is Rc4.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace