| DbSecurityUserChallengeAssocExpiryTime Property |
The time that the challenge will expire
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public DateTime? ExpiryTime { get; set; }
Public Property ExpiryTime As DateTime?
Get
Set
public:
property Nullable<DateTime> ExpiryTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ExpiryTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also