Forest.VerifyTrustRelationship(Forest, TrustDirection) Method

Definition

Verifies that a previously established trust with the specified forest is valid.

public:
 void VerifyTrustRelationship(System::DirectoryServices::ActiveDirectory::Forest ^ targetForest, System::DirectoryServices::ActiveDirectory::TrustDirection direction);
public void VerifyTrustRelationship (System.DirectoryServices.ActiveDirectory.Forest targetForest, System.DirectoryServices.ActiveDirectory.TrustDirection direction);
member this.VerifyTrustRelationship : System.DirectoryServices.ActiveDirectory.Forest * System.DirectoryServices.ActiveDirectory.TrustDirection -> unit
Public Sub VerifyTrustRelationship (targetForest As Forest, direction As TrustDirection)

Parameters

targetForest
Forest

A Forest object for which to verify the trust relationship.

direction
TrustDirection

A TrustDirection value that specifies the direction of the trust, relative to this forest.

Exceptions

There is no trust relationship with the forest that is specified by targetForest, or the target forest does not have the trust direction that is specified by direction.

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

The target server is either busy or unavailable.

targetForest is null.

The direction parameter is not a valid TrustDirection value.

The object has been disposed.

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

Remarks

This method verifies that a trust relationship has been fully established. The trust is not established until both sides of the trust have been created.

Applies to

See also