| MemorySessionNotBefore Property |
The session is not valid before this time
Namespace:
SanteDB.DisconnectedClient.Security.Session
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public DateTimeOffset NotBefore { get; }
Public ReadOnly Property NotBefore As DateTimeOffset
Get
public:
virtual property DateTimeOffset NotBefore {
DateTimeOffset get () sealed;
}
abstract NotBefore : DateTimeOffset with get
override NotBefore : DateTimeOffset with get
Property Value
Type:
DateTimeOffsetImplements
ISessionNotBeforeSee Also