Domain.DeleteLocalSideOfTrustRelationship(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the local side of a trust relationship.
public:
void DeleteLocalSideOfTrustRelationship(System::String ^ targetDomainName);
public void DeleteLocalSideOfTrustRelationship (string targetDomainName);
member this.DeleteLocalSideOfTrustRelationship : string -> unit
Public Sub DeleteLocalSideOfTrustRelationship (targetDomainName As String)
Parameters
- targetDomainName
- String
The DNS name of the domain that the trust exists with.
Exceptions
There is no trust relationship with the Domain that is specified by the targetDomainName
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 object has been disposed.
The specified account does not have permission to perform this operation.
Remarks
When one side of a trust relationship is deleted, the trust longer exists.
To delete both sides of a trust relationship with one method call, use the Domain.DeleteTrustRelationship method.