| DbSecurityUserSecurityHash Property |
Gets or sets the security stamp.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string SecurityHash { get; set; }
Public Property SecurityHash As String
Get
Set
public:
property String^ SecurityHash {
String^ get ();
void set (String^ value);
}
member SecurityHash : string with get, set
Property Value
Type:
StringThe security stamp.
See Also