| GenericSessionId Property |
Gets the unique token identifier for the session
Namespace:
SanteDB.Core.Security
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public 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
ISessionIdSee Also