| SecurityApplicationLastAuthentication Property |
Gets or sets the last authentication time as a DTO
Namespace:
SanteDB.Core.Model.Security
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public DateTimeOffset? LastAuthentication { get; set; }
Public Property LastAuthentication As DateTimeOffset?
Get
Set
public:
property Nullable<DateTimeOffset> LastAuthentication {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}
member LastAuthentication : Nullable<DateTimeOffset> with get, set
Property Value
Type:
NullableDateTimeOffsetSee Also