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