TestimoX

API Reference

Class

SidHistoryPrincipalReference

Namespace ADPlayground.Migrations.SidHistory
Assembly ADPlayground
Implements
IEquatable<SidHistoryPrincipalReference>
Modifiers sealed

Reference to a source or destination principal participating in a SIDHistory workflow.

Inheritance

  • Object
  • SidHistoryPrincipalReference

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Methods

public SidHistoryPrincipalReference <Clone>$() #
Returns: SidHistoryPrincipalReference
public virtual Boolean Equals(SidHistoryPrincipalReference 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; } #

DNS domain name that owns the principal.

public String SamAccountName { get; set; } #

Principal SAM account name when known.

public String DistinguishedName { get; set; } #

Principal distinguished name when known.

public String ObjectSid { get; set; } #

Optional object SID when the reference came from prior evidence.

public String DisplayName { get; } #

Preferred display label for reports.