| AppletSecurityConfigurationTrustedPublishers Property |
Trusted publisher
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public List<string> TrustedPublishers { get; set; }
Public Property TrustedPublishers As List(Of String)
Get
Set
public:
property List<String^>^ TrustedPublishers {
List<String^>^ get ();
void set (List<String^>^ value);
}
member TrustedPublishers : List<string> with get, set
Property Value
Type:
ListStringSee Also