TestimoX

API Reference

Class

SidHistoryMigrationExecutionOptions

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

Execution options supplied after SIDHistory migration planning succeeds.

Inheritance

  • Object
  • SidHistoryMigrationExecutionOptions

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 SidHistoryMigrationExecutionOptions <Clone>$() #
Returns: SidHistoryMigrationExecutionOptions
public virtual Boolean Equals(SidHistoryMigrationExecutionOptions other) #
Returns: Boolean

Parameters

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

Properties

public SidHistoryGovernanceOptions Governance { get; set; } #

Governance metadata attached to the write.

public String SourceDomainController { get; set; } #

Source PDC emulator or domain controller used for source SID retrieval and auditing.

public NetworkCredential SourceCredential { get; set; } #

Optional source-domain administrator credential.

public String DestinationDomainController { get; set; } #

Destination domain controller used for the directory-service bind.

public NetworkCredential DestinationCredential { get; set; } #

Optional destination-domain credential used for the directory-service bind.