|  | DbSecurityUserPinHash Property  | 
 
            Gets or sets a PIN hash which can only be used on this device
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Security
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic string PinHash { get; set; }Public Property PinHash As String
	Get
	Set
public:
property String^ PinHash {
	String^ get ();
	void set (String^ value);
}member PinHash : string with get, set
Property Value
Type: 
String See Also
See Also