TrustRelationshipInformation Class

Definition

The TrustRelationshipInformation class contains information for a trust relationship between a pair of Domain or Forest objects.

public ref class TrustRelationshipInformation
public class TrustRelationshipInformation
type TrustRelationshipInformation = class
Public Class TrustRelationshipInformation
Inheritance
TrustRelationshipInformation
Derived

Properties

SourceName

Obtains the name of the source Domain or Forest objects for this trust relationship.

TargetName

Obtains the name of the target Domain or Forest objects for this trust relationship.

TrustDirection

Obtains the TrustDirection objects for this trust relationship relative to the Domain or Forest objects that created the trust.

TrustType

Obtains the TrustType object of the trust relationship.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also