| GenericSessionNotBefore Property |
Get the expiration time
Namespace:
SanteDB.Core.Security
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.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