Click or drag to resize

DbSession Properties

The DbSession type exposes the following members.

Properties
 NameDescription
Public propertyApplicationKey Identifies the application identifier to which the session belongs
Public propertyAudience Identifies the remote endpoint which established the session
Public propertyDeviceKey The device key
Public propertyKey Gets or sets the key of the session
(Overrides DbIdentifiedKey)
Public propertyNotAfter Identifies the expiration or not after time of the session
Public propertyNotBefore Identifies the not before or creation time of the session
Public propertyRefreshExpiration Identifies the expiration of the refresh token
Public propertyRefreshToken Identifies the refresh token which can be used to refresh the session
Public propertyRemoteEndpoint Identifies the remote endpoint which established the session
Public propertyUserKey Identifies the user key to which the session belongs
Top
See Also