 | AppletConfigurationSectionTrustedPublishers Property |
Note: This API is now obsolete.
Trusted publishers
Namespace: SanteDB.Core.Applets.ConfigurationAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntax[ObsoleteAttribute("Trusted Publishers can no longer be configured via command line - certificates must be installed into host trust store",
true)]
public List<string> TrustedPublishers { get; set; }<ObsoleteAttribute("Trusted Publishers can no longer be configured via command line - certificates must be installed into host trust store",
true)>
Public Property TrustedPublishers As List(Of String)
Get
Setpublic:
[ObsoleteAttribute(L"Trusted Publishers can no longer be configured via command line - certificates must be installed into host trust store",
true)]
property List<String^>^ TrustedPublishers {
List<String^>^ get ();
void set (List<String^>^ value);
}[<ObsoleteAttribute("Trusted Publishers can no longer be configured via command line - certificates must be installed into host trust store",
true)>]
member TrustedPublishers : List<string> with get, setProperty Value
ListString
See Also