API Reference
SidHistoryAdReadinessOptions
Options used by the AD-backed SIDHistory readiness provider.
Inheritance
- Object
- SidHistoryAdReadinessOptions
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
Accepted by parameters
Constructors
public SidHistoryAdReadinessOptions() #Methods
Inherited Methods
Properties
public String SourceDomainController { get; set; } #Source PDC emulator or source domain controller to validate.
public String DestinationDomainController { get; set; } #Destination domain controller used for destination duplicate-SID scans.
public NetworkCredential SourceCredential { get; set; } #Optional source-domain credential used for source readiness probes.
public NetworkCredential DestinationCredential { get; set; } #Optional destination-domain credential used for duplicate SID scans.
public Boolean SourceAuditReady { get; set; } #Explicit source audit readiness evidence.
public Boolean SourceTcpipClientSupportReady { get; set; } #Explicit source TcpipClientSupport readiness evidence.
public Boolean ProbeSourceTcpipClientSupport { get; set; } #Gets a value indicating whether remote registry probing should try to validate TcpipClientSupport.
public Boolean ResourceAclScanCompleted { get; set; } #Explicit resource ACL dependency discovery evidence.
public Int32 ResourceAclDependencyCount { get; set; } #Number of resource ACL dependencies still relying on the source SID.