Click or drag to resize

ISessionProviderServiceGet Method

Authenticates the session identifier as evidence of session

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
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
See Also