Forest.SetSelectiveAuthenticationStatus(String, Boolean) 方法

定义

启用或禁用入站信任的选择性身份验证。

public:
 void SetSelectiveAuthenticationStatus(System::String ^ targetForestName, bool enable);
public void SetSelectiveAuthenticationStatus (string targetForestName, bool enable);
member this.SetSelectiveAuthenticationStatus : string * bool -> unit
Public Sub SetSelectiveAuthenticationStatus (targetForestName As String, enable As Boolean)

参数

targetForestName
String

与其存在入站信任关系的 Forest 对象的 DNS 名称。

enable
Boolean

如果启用选择性身份验证,则为 true;否则为 false

例外

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

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

目标服务器忙或不可用。

targetForestName 是一个空字符串。

targetForestNamenull

当前对象已被释放。

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

适用于

另请参阅