AuthenticationInfo.IsWindowsAuthentication 属性

定义

获取或设置一个值,指示用户是否被Microsoft Windows-Integrated认证。

public:
 property bool IsWindowsAuthentication { bool get(); void set(bool value); };
public bool IsWindowsAuthentication { get; set; }
member this.IsWindowsAuthentication : bool with get, set
Public Property IsWindowsAuthentication As Boolean

属性值

true如果Windows经过认证;否则, false

适用于