Domain.GetSidFilteringStatus(String) Method

Definition

Determines the SID filtering status of a trust.

public:
 bool GetSidFilteringStatus(System::String ^ targetDomainName);
public bool GetSidFilteringStatus (string targetDomainName);
member this.GetSidFilteringStatus : string -> bool
Public Function GetSidFilteringStatus (targetDomainName As String) As Boolean

Parameters

targetDomainName
String

The DNS name of the domain which with the trust relationship exists.

Returns

true if SID filtering is enabled; otherwise, false.

Exceptions

There is no trust relationship with the Forest that is specified by the targetForestName parameter.

A call to the underlying directory service resulted in an error.

The target server is either busy or unavailable.

targetDomainName is an empty string.

targetDomainName is null.

The current object has been disposed.

The specified account does not have permission to perform this operation.

Applies to

See also