Click or drag to resize

ISessionProviderService.Get 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:System.Byte[]
The session identiifer to be authenticated
allowExpired (Optional)
Type: System.Boolean
When true, allows the retrieval of expired session

Return Value

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