| SQLitePrincipalIssueTime Property |
The time that the principal was issued
Namespace:
SanteDB.DisconnectedClient.SQLite.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public DateTime IssueTime { get; set; }
Public Property IssueTime As DateTime
Get
Set
public:
property DateTime IssueTime {
DateTime get ();
void set (DateTime value);
}
member IssueTime : DateTime with get, set
Property Value
Type:
DateTimeSee Also