 | ClientCertificateAccessConfigurationTrustedIssuers Property |
Gets the resource settings
Namespace: SanteDB.Rest.Common.SecurityAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic List<X509ConfigurationElement> TrustedIssuers { get; }Public ReadOnly Property TrustedIssuers As List(Of X509ConfigurationElement)
Get
public:
property List<X509ConfigurationElement^>^ TrustedIssuers {
List<X509ConfigurationElement^>^ get ();
}member TrustedIssuers : List<X509ConfigurationElement> with get
Property Value
ListX509ConfigurationElement
See Also