Forest.SetSelectiveAuthenticationStatus(String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启用或禁用入站信任的选择性身份验证。
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)
参数
- enable
- Boolean
如果启用选择性身份验证,则为 true
;否则为 false
。
例外
与 targetForestName
指定的目录林没有信任关系。
调用基础目录服务导致错误。
目标服务器忙或不可用。
targetForestName
是一个空字符串。
targetForestName
为 null
。
当前对象已被释放。
指定的帐户没有权限执行此操作。