共用方式為


Domain.GetSelectiveAuthenticationStatus(String) 方法

定義

判斷連入信任的驗證類型。

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 為空字串。

targetDomainNamenull

目前的物件已經處置。

指定的帳戶沒有執行這項作業的權限。

適用於

另請參閱