Click or drag to resize

MemorySessionManagerServiceGet Method

Authenticates the session identifier as evidence of session

Namespace: SanteDB.Caching.Memory.Session
Assembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
Syntax
public ISession Get(
	byte[] sessionId,
	bool allowExpired = false
)

Parameters

sessionId  Byte
The session identiifer to be authenticated. This value is just the identifier, without any signatures attached.
allowExpired  Boolean  (Optional)
When true, allows the retrieval of expired session

Return Value

ISession
The authenticated session from the session provider

Implements

ISessionProviderServiceGet(Byte, Boolean)
See Also