API Reference
Class
ReversiblePasswordRow
Account row carrying the reversible-password-storage flag.
Inheritance
- Object
- ReversiblePasswordRow
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 ReversiblePasswordRow.<Clone>$
- Property ReversiblePasswordView.EnabledAccounts
- Property ReversiblePasswordView.Items
Constructors
public ReversiblePasswordRow(String DomainName, String ObjectClass, String SamAccountName, String UserPrincipalName, String DistinguishedName, Boolean Enabled, Int32 UserAccountControl) #Account row carrying the reversible-password-storage flag.
Parameters
- DomainName System.String
- Domain DNS name.
- ObjectClass System.String
- Directory object class.
- SamAccountName System.String
- SAM account name.
- UserPrincipalName System.String
- User principal name when available.
- DistinguishedName System.String
- Directory distinguished name.
- Enabled System.Boolean
- Whether the account is enabled.
- UserAccountControl System.Int32
- Raw userAccountControl value.
Methods
public ReversiblePasswordRow <Clone>$() #Returns:
ReversiblePasswordRowpublic Void Deconstruct(out String DomainName, out String ObjectClass, out String SamAccountName, out String UserPrincipalName, out String DistinguishedName, out Boolean Enabled, out Int32 UserAccountControl) #Returns:
VoidParameters
- DomainName String
- ObjectClass String
- SamAccountName String
- UserPrincipalName String
- DistinguishedName String
- Enabled Boolean
- UserAccountControl Int32
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DomainName { get; set; } #Domain DNS name.
public String ObjectClass { get; set; } #Directory object class.
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 Boolean Enabled { get; set; } #Whether the account is enabled.
public Int32 UserAccountControl { get; set; } #Raw userAccountControl value.