共用方式為


Forest.GetSelectiveAuthenticationStatus(String) 方法

定義

取得可指出與指定樹系的連入信任關係是否已啟用選擇性驗證的布林值。 如果已啟用選擇性驗證,則為 true,否則為 false

public:
 bool GetSelectiveAuthenticationStatus(System::String ^ targetForestName);
public bool GetSelectiveAuthenticationStatus (string targetForestName);
member this.GetSelectiveAuthenticationStatus : string -> bool
Public Function GetSelectiveAuthenticationStatus (targetForestName As String) As Boolean

參數

targetForestName
String

傳入信任關係存在的 Forest 之 DNS 名稱。

傳回

如果已啟用選擇性驗證,則為 true,否則為 false

例外狀況

targetForestName 指定的 Forest 沒有信任關係。

LsaQueryTrustedDomainInfoByName話叫失敗。 如需詳細資訊,請參閱 LsaQueryTrustedDomainInfoByName

目標伺服器忙碌或無法使用。

targetForestName 為空字串。

targetForestNamenull

目前的物件已經處置。

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

備註

針對樹系信任,如果您選擇選擇性驗證,則必須在您希望其他樹系中的用戶擁有存取權的本機樹系中的每個網域和資源上手動啟用許可權。

當使用者跨啟用選擇性驗證的信任進行驗證時,會將其他組織安全性標識碼 (SID) 新增至使用者的授權數據。 若出現此 SID,會提示您檢查資源網域,以確定允許使用者驗證特殊服務。 驗證用戶之後,如果其他組織 SID 不存在,驗證用戶的伺服器就會新增此組織 SID。 只有其中一個特殊的 SID 可出現在已驗證的使用者內容中。

適用於

另請參閱