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 します。

例外

targetDomainName パラメーターで指定されたForestとの信頼関係はありません。

LsaQueryTrustedDomainInfoByNameの呼び出しが失敗しました。 詳細については、「 LsaQueryTrustedDomainInfoByName」を参照してください。

ターゲット サーバーがビジー状態であるか、使用できません。

targetDomainName は空の文字列です。

targetDomainNamenullです。

現在のオブジェクトが破棄されました。

指定されたアカウントには、この操作を実行するアクセス許可がありません。

適用対象

こちらもご覧ください