| SecurityConfigurationSectionHasher Property |
Gets or sets the hasher (for JSON view model only)
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string Hasher { get; set; }
Public Property Hasher As String
Get
Set
public:
property String^ Hasher {
String^ get ();
void set (String^ value);
}
member Hasher : string with get, set
Property Value
Type:
StringSee Also