| SecurityConfigurationSectionDeviceSecret Property |
Sets the device secret.
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public 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:
StringThe device secret.
See Also