Domain.GetSelectiveAuthenticationStatus(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷連入信任的驗證類型。
public:
bool GetSelectiveAuthenticationStatus(System::String ^ targetDomainName);
public bool GetSelectiveAuthenticationStatus (string targetDomainName);
member this.GetSelectiveAuthenticationStatus : string -> bool
Public Function GetSelectiveAuthenticationStatus (targetDomainName As String) As Boolean
參數
- targetDomainName
- String
存在信任之網域的 DNS 名稱。
傳回
如果信任的驗證是選擇性驗證,則為 true
;如果是整個網域的驗證,則為 false
。
例外狀況
和 targetForestName
參數指定的 Forest 沒有信任關係。
LsaQueryTrustedDomainInfoByName
話叫失敗。 如需詳細資訊,請參閱 LsaQueryTrustedDomainInfoByName。
目標伺服器忙碌或無法使用。
targetDomainName
為空字串。
targetDomainName
為 null
。
目前的物件已經處置。
指定的帳戶沒有執行這項作業的權限。