| SecurityApplicationLastAuthenticationXml Property |
Gets the last authenticated time
Namespace:
SanteDB.Core.Model.Security
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string LastAuthenticationXml { get; set; }
Public Property LastAuthenticationXml As String
Get
Set
public:
property String^ LastAuthenticationXml {
String^ get ();
void set (String^ value);
}
member LastAuthenticationXml : string with get, set
Property Value
Type:
StringSee Also