| GenericSessionNotAfter Property |
Gets the issuance time
Namespace:
SanteDB.Core.Security
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.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