SqlLoginEncryptionOption Enumeration

Models the login encryption options for SQL Server.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration SqlLoginEncryptionOption
public enum SqlLoginEncryptionOption
public enum class SqlLoginEncryptionOption
type SqlLoginEncryptionOption
public enum SqlLoginEncryptionOption

Members

Member name Description
Encrypt Specifies that the login is encrypted.
AlreadyEncrypted Specifies that the login has already been encrypted.
AlreadyEncryptedOld Specifies that the login was encrypted by using an old master key.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace