CertificateStores.TrustedRootCertificationAuthorities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the certificate store of trusted root certificates for an app.
public:
static property CertificateStore ^ TrustedRootCertificationAuthorities { CertificateStore ^ get(); };
static CertificateStore TrustedRootCertificationAuthorities();
public static CertificateStore TrustedRootCertificationAuthorities { get; }
var certificateStore = CertificateStores.trustedRootCertificationAuthorities;
Public Shared ReadOnly Property TrustedRootCertificationAuthorities As CertificateStore
Property Value
The certificate store of trusted root certificates for an app.