Click or drag to resize

ISessionProviderServiceGet Method

Authenticates the session identifier as evidence of session

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
ISession Get(
	byte[] sessionToken,
	bool allowExpired = false
)

Parameters

sessionToken
Type: SystemByte
The session identiifer to be authenticated
allowExpired (Optional)
Type: SystemBoolean
When true, allows the retrieval of expired session

Return Value

Type: ISession
The authenticated session from the session provider
See Also