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
。
目前的物件已經處置。
指定的帳戶沒有執行這項作業的權限。