 | ISessionNotAfter Property |
Gets the time the session expires
Namespace:
SanteDB.Core.Security
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
SyntaxDateTimeOffset NotAfter { get; }ReadOnly Property NotAfter As DateTimeOffset
Get
property DateTimeOffset NotAfter {
DateTimeOffset get ();
}abstract NotAfter : DateTimeOffset with get
Property Value
Type:
DateTimeOffset
See Also