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

当前对象已被释放。

指定的帐户没有权限执行此操作。

适用于

另请参阅