FormsIdentity.IsAuthenticated 属性

定义

获取一个指示是否发生了身份验证的值。

public:
 property bool IsAuthenticated { bool get(); };
public:
 virtual property bool IsAuthenticated { bool get(); };
public bool IsAuthenticated { get; }
public override bool IsAuthenticated { get; }
member this.IsAuthenticated : bool
Public ReadOnly Property IsAuthenticated As Boolean
Public Overrides ReadOnly Property IsAuthenticated As Boolean

属性值

此属性始终返回 true

实现

适用于

另请参阅