| SecurityConfigurationSectionApplicationSecretXml Property |
Gets or sets the application secret
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public byte[] ApplicationSecretXml { get; set; }
Public Property ApplicationSecretXml As Byte()
Get
Set
public:
property array<unsigned char>^ ApplicationSecretXml {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ApplicationSecretXml : byte[] with get, set
Property Value
Type:
ByteSee Also