API Reference
Class
BadPasswordRow
Bad-password counter row.
Inheritance
- Object
- BadPasswordRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method BadPasswordRow.<Clone>$
- Property BadPasswordView.EnabledAccounts
- Property BadPasswordView.Items
Constructors
public BadPasswordRow(String DomainName, String SamAccountName, String UserPrincipalName, String DistinguishedName, Int32 BadPasswordCount, Nullable<DateTime> BadPasswordTime, Boolean Enabled, String DomainControllers = "") #Bad-password counter row.
Parameters
- DomainName System.String
- Domain DNS name.
- SamAccountName System.String
- SAM account name.
- UserPrincipalName System.String
- User principal name when available.
- DistinguishedName System.String
- Directory distinguished name.
- BadPasswordCount System.Int32
- Current bad-password counter value.
- BadPasswordTime System.Nullable{System.DateTime}
- Last bad-password timestamp when available.
- Enabled System.Boolean
- Whether the account is enabled.
- DomainControllers System.String = ""
- Domain controllers that reported this counter value.
Methods
public BadPasswordRow <Clone>$() #Returns:
BadPasswordRowpublic Void Deconstruct(out String DomainName, out String SamAccountName, out String UserPrincipalName, out String DistinguishedName, out Int32 BadPasswordCount, out Nullable<DateTime> BadPasswordTime, out Boolean Enabled, out String DomainControllers) #Returns:
VoidParameters
- DomainName String
- SamAccountName String
- UserPrincipalName String
- DistinguishedName String
- BadPasswordCount Int32
- BadPasswordTime Nullable<DateTime>
- Enabled Boolean
- DomainControllers String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DomainName { get; set; } #Domain DNS name.
public String SamAccountName { get; set; } #SAM account name.
public String UserPrincipalName { get; set; } #User principal name when available.
public String DistinguishedName { get; set; } #Directory distinguished name.
public Int32 BadPasswordCount { get; set; } #Current bad-password counter value.
public Nullable<DateTime> BadPasswordTime { get; set; } #Last bad-password timestamp when available.
public Boolean Enabled { get; set; } #Whether the account is enabled.
public String DomainControllers { get; set; } #Domain controllers that reported this counter value.