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.
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. |