TestimoX

API Reference

Class

PrimaryGroupInfo

Namespace ADPlayground.Groups
Assembly ADPlayground

Represents primary group verification information for an account.

Inheritance

  • Object
  • PrimaryGroupInfo

Constructors

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.