ADAccount Constructors

Definition

Overloads

ADAccount()
ADAccount(ADObject)
ADAccount(Guid)
ADAccount(SecurityIdentifier)
ADAccount(String)

ADAccount()

public ADAccount ();

Applies to

ADAccount(ADObject)

public ADAccount (Microsoft.ActiveDirectory.Management.ADObject identity);

Parameters

identity
ADObject

Applies to

ADAccount(Guid)

public ADAccount (Guid guid);

Parameters

guid
Guid

Applies to

ADAccount(SecurityIdentifier)

public ADAccount (System.Security.Principal.SecurityIdentifier sid);

Parameters

Applies to

ADAccount(String)

public ADAccount (string identity);

Parameters

identity
String

Applies to