ISession HasJustLoggedIn Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Sets IsJustLoggedIn to true to indicate that user has supplied credentials/got checked via security manager. The caller of this method is implementation-specific and depends on what is considered to be "proof of users' identity"

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

void HasJustLoggedIn(
	SessionLoginType loginType
)
See Also