IMutablePassword Interface
Represents a mutable SQL Server login password.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CheckExpiration | Gets or sets a value that indicates whether the password for the login account will automatically expire. |
![]() | CheckPolicy | Gets or sets a value that indicates whether password policy is enforced for this login account. |
![]() | IsHashed | Gets or sets a value that indicates whether the password is hashed. |
![]() | MustChange | Gets or sets a value that indicates whether the password must be changed. |
![]() | Value | Gets or sets the password value. |
Show:
