Forest.VerifyOutboundTrustRelationship(String) 方法

定义

确认以前建立的与指定目录林的出站信任是有效的。

public:
 void VerifyOutboundTrustRelationship(System::String ^ targetForestName);
public void VerifyOutboundTrustRelationship (string targetForestName);
member this.VerifyOutboundTrustRelationship : string -> unit
Public Sub VerifyOutboundTrustRelationship (targetForestName As String)

参数

targetForestName
String

与其存在信任的域的 DNS 名称。

例外

targetForestName 指定的目录林没有出站信任关系。

调用基础目录服务导致错误。

目标服务器忙或不可用。

targetForestName 是一个空字符串。

targetForestNamenull

已释放此对象。

指定的帐户没有权限执行此操作。

适用于

另请参阅