[This is preliminary documentation and is subject to change.]
Implementation of IIdentity interface. Checks to see if user is not in invalid status
Namespace: NFX.SecurityAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool IsAuthenticated { get; }
public bool IsAuthenticated { get; }
Public ReadOnly Property IsAuthenticated As Boolean
Get
Public ReadOnly Property IsAuthenticated As Boolean
Get
public:
virtual property bool IsAuthenticated {
bool get () sealed;
}
public:
virtual property bool IsAuthenticated {
bool get () sealed;
}
abstract IsAuthenticated : bool with get
override IsAuthenticated : bool with get
abstract IsAuthenticated : bool with get
override IsAuthenticated : bool with get
Property Value
Type:
BooleanImplements
IIdentity IsAuthenticated