TestimoX

API Reference

Struct

TrustSidFilteringInfo

Namespace ADPlayground.Trusts
Assembly ADPlayground
Base ValueType
Modifiers sealed

Represents SID filtering data for a trust relationship.

Inheritance

  • ValueType
  • TrustSidFilteringInfo

Constructors

public TrustSidFilteringInfo(String sourceDomain, String targetDomain, Boolean enabled, TrustDirection direction) #

Initializes a new instance of the TrustSidFilteringInfo struct.

Parameters

sourceDomain System.String requiredposition: 0
Domain where the trust is configured.
targetDomain System.String requiredposition: 1
Trusted domain name.
enabled System.Boolean requiredposition: 2
Whether SID filtering is enabled.
direction System.DirectoryServices.ActiveDirectory.TrustDirection requiredposition: 3
Direction of the trust relationship.

Properties

public String SourceDomain { get; } #

Gets the source domain name.

public String TargetDomain { get; } #

Gets the trusted domain name.

public Boolean SidFilteringEnabled { get; } #

Gets a value indicating whether SID filtering is enabled.

public TrustDirection Direction { get; } #

Gets the trust direction.