 | MemorySessionId Property |
Gets the identifier of the session
Namespace:
SanteDB.DisconnectedClient.Security.Session
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic byte[] Id { get; }
Public ReadOnly Property Id As Byte()
Get
public:
virtual property array<unsigned char>^ Id {
array<unsigned char>^ get () sealed;
}
abstract Id : byte[] with get
override Id : byte[] with get
Property Value
Type:
ByteImplements
ISessionId
See Also