API Reference
Struct
TrustSidFilteringInfo
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
- Domain where the trust is configured.
- targetDomain System.String
- Trusted domain name.
- enabled System.Boolean
- Whether SID filtering is enabled.
- direction System.DirectoryServices.ActiveDirectory.TrustDirection
- Direction of the trust relationship.
Inherited Methods
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.