API Reference
Class
PrimaryGroupInfo
Represents primary group verification information for an account.
Inheritance
- Object
- PrimaryGroupInfo
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 PrimaryGroupChecker.FilterInvalidAccounts
- Method PrimaryGroupChecker.GetAccountsWithInvalidPrimaryGroup
- Method PrimaryGroupChecker.GetAccountsWithInvalidPrimaryGroupAsync
- Property UserPrimaryGroupSnapshot.DomainGuestsNonBuiltin
- Property UserPrimaryGroupSnapshot.MembershipMismatches
- Property UserPrimaryGroupSnapshot.NonStandardPrimaryGroups
- Property UserPrimaryGroupSnapshot.PrivilegedPrimaryGroup
- Property UserPrimaryGroupSnapshot.UsersNotDomainUsers
Constructors
public PrimaryGroupInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SamAccountName { get; set; } #Gets or sets the SAM account name.
public Int32 PrimaryGroupId { get; set; } #Gets or sets the RID of the primary group.
public Boolean IsStandardGroup { get; set; } #Gets or sets whether the primary group is one of the standard groups.
public Boolean IsMemberOfPrimaryGroup { get; set; } #Gets or sets whether the account is a member of the primary group.
public Exception MembershipException { get; set; } #Gets or sets the exception encountered while validating membership or null if the check succeeded.