|  | DbSecurityDeviceDeviceSecret Property  | 
 
            Gets the secret 
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Security
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic string DeviceSecret { get; set; }Public Property DeviceSecret As String
	Get
	Set
public:
property String^ DeviceSecret {
	String^ get ();
	void set (String^ value);
}member DeviceSecret : string with get, set
Property Value
Type: 
String See Also
See Also