ILoginOptions Members

Include Protected Members
Include Inherited Members

The ILoginOptions class is an interface that represents a collection of options associated with a login.

The ILoginOptions type exposes the following members.

Properties

  Name Description
Public property AsymmetricKey Gets or sets the asymmetric key that is associated with the login.
Public property Certificate Gets or sets the certificate that is associated with the login.
Public property CreateDate Gets the date and time when the login was created.
Public property Credential Gets or sets the credential that is associated with the login.
Public property DateLastModified
Public property DefaultDatabase Gets or sets the database that the login uses by default.
Public property ID Gets the ID value that uniquely identifies the login.
Public property IsDisabled Gets the Boolean value that determines whether the login is disabled.
Public property IsLocked Gets the Boolean value that determines whether the login is locked.
Public property IsSystemObject Gets the Boolean value that determines whether the login is a system object.
Public property Language Gets or sets the language that is associated with the login.
Public property LanguageAlias Gets the alternative name that describes the language that is associated with the login.
Public property MustChangePassword Gets the Boolean value that determines whether the login password must be changed.
Public property Name Gets or sets the name of the login.
Public property PasswordExpirationEnabled Gets or sets the Boolean value that determines whether the login password will expire automatically.
Public property PasswordPolicyEnforced Gets or sets the Boolean value that determines whether the login password must adhere to a policy.

Top