API Reference
Class
ForestTrustSuffixRow
Flattened forest-trust suffix row (one per suffix with source/target context).
Inheritance
- Object
- ForestTrustSuffixRow
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
- Property ExplorerView.Suffixes
Constructors
public ForestTrustSuffixRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String TrustSource { get; set; } #Source (trusting) forest name.
public String TrustTarget { get; set; } #Target (trusted) forest name.
public String Suffix { get; set; } #DNS suffix value (either Included or Excluded set).
public ForestTrustSuffixType Type { get; set; } #Suffix type as reported by forest trust info (Included/Excluded).
public ForestTrustSuffixStatus Status { get; set; } #Enabled/Disabled state of the suffix.
public Int32 StatusFlag { get; set; } #Aggregated status flag value from the trust blob.
public String NetBiosName { get; set; } #Optional NetBIOS name associated with the suffix.
public String Sid { get; set; } #Optional domain SID that maps to the suffix.
public Nullable<DateTime> WhenChanged { get; set; } #Timestamp of the underlying trustedDomain change when available.