Click or drag to resize

MemorySessionManagerServiceGet Method

Get the specified token

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

Parameters

sessionToken
Type: SystemByte

[Missing <param name="sessionToken"/> documentation for "M:SanteDB.DisconnectedClient.Security.Session.MemorySessionManagerService.Get(System.Byte[],System.Boolean)"]

allowExpired (Optional)
Type: SystemBoolean

[Missing <param name="allowExpired"/> documentation for "M:SanteDB.DisconnectedClient.Security.Session.MemorySessionManagerService.Get(System.Byte[],System.Boolean)"]

Return Value

Type: ISession

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Security.Session.MemorySessionManagerService.Get(System.Byte[],System.Boolean)"]

Implements

ISessionProviderServiceGet(Byte, Boolean)
See Also