BaseSession IDSecret Property NFX Class Library

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

Returns Session ID secret - the ulong that identifies this session. This property is needed for cross-check upon GUID id lookup, so that Session ID GUID can not be forged by the client - a form of a "password"

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

public ulong IDSecret { get; }

Property Value

Type: OnlineUInt64
See Also