Forest Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateLocalSideOfTrustRelationship | Creates the local side of a trust relationship with the specified forest. |
| CreateTrustRelationship | Creates both sides of a trust relationship with the specified forest. |
| DeleteLocalSideOfTrustRelationship | Deletes the local side of a trust relationship. |
| DeleteTrustRelationship | Deletes both sides of a trust relationship. |
| Dispose | Overloaded. Releases the resources that are held by the object. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindAllDiscoverableGlobalCatalogs | Overloaded. Finds all of the discoverable global catalogs in this forest. |
| FindAllGlobalCatalogs | Overloaded. Finds all the global catalogs in this forest. |
| FindGlobalCatalog | Overloaded. Finds a single global catalog in this forest. |
| GetAllTrustRelationships | Gets a collection of the trust relationships of the current forest. |
| GetCurrentForest | Gets a Forest object for the current user context. |
| GetForest | Gets a Forest object for the specified context. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetSelectiveAuthenticationStatus | Gets a Boolean value that indicates whether selective authentication is enabled on the inbound trust relationship with the specified forest. true if selective authentication is enabled; otherwise, false. For more information, see the Remarks section. |
| GetSidFilteringStatus | Gets the SID filtering status of a trust. |
| GetTrustRelationship | Gets the trust relationship between this forest and the specified forest. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| RaiseForestFunctionality | Raises the mode of operation for the forest. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RepairTrustRelationship | Repairs a trust relationship. |
| SetSelectiveAuthenticationStatus | Enables or disables selective authentication for an inbound trust. |
| SetSidFilteringStatus | Sets the SID filtering state with the specified forest. |
| ToString | Overridden. Returns a string representation of the current forest. |
| UpdateLocalSideOfTrustRelationship | Overloaded. Updates the password for the local side of a trust relationship. |
| UpdateTrustRelationship | Updates the trust direction for a trust relationship. The trust directions are updated on both sides of the trust. |
| VerifyOutboundTrustRelationship | Verifies that a previously established outbound trust with the specified forest is valid. |
| VerifyTrustRelationship | Verifies that a previously established trust with the specified forest is valid. |
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases the resources that are held by the object. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |