TestimoX

API Reference

Class

ReversiblePasswordRow

Namespace ADPlayground.Users.AccountPasswordIndicatorPostureService
Assembly ADPlayground
Implements
IEquatable<ReversiblePasswordRow>
Modifiers sealed

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.

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 requiredposition: 0
Domain DNS name.
ObjectClass System.String requiredposition: 1
Directory object class.
SamAccountName System.String requiredposition: 2
SAM account name.
UserPrincipalName System.String requiredposition: 3
User principal name when available.
DistinguishedName System.String requiredposition: 4
Directory distinguished name.
Enabled System.Boolean requiredposition: 5
Whether the account is enabled.
UserAccountControl System.Int32 requiredposition: 6
Raw userAccountControl value.

Methods

public ReversiblePasswordRow <Clone>$() #
Returns: ReversiblePasswordRow
public Void Deconstruct(out String DomainName, out String ObjectClass, out String SamAccountName, out String UserPrincipalName, out String DistinguishedName, out Boolean Enabled, out Int32 UserAccountControl) #
Returns: Void

Parameters

DomainName String requiredposition: 0
ObjectClass String requiredposition: 1
SamAccountName String requiredposition: 2
UserPrincipalName String requiredposition: 3
DistinguishedName String requiredposition: 4
Enabled Boolean requiredposition: 5
UserAccountControl Int32 requiredposition: 6
public virtual Boolean Equals(ReversiblePasswordRow other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

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.