| 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
)
Public Function Get (
sessionToken As Byte(),
Optional allowExpired As Boolean = false
) As ISession
public:
virtual ISession^ Get(
array<unsigned char>^ sessionToken,
bool allowExpired = false
) sealed
abstract Get :
sessionToken : byte[] *
?allowExpired : bool
(* Defaults:
let _allowExpired = defaultArg allowExpired false
*)
-> ISession
override Get :
sessionToken : byte[] *
?allowExpired : bool
(* Defaults:
let _allowExpired = defaultArg allowExpired false
*)
-> ISession
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