CertificateStores.IntermediateCertificationAuthorities 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 intermediate certification authorities for an app.
public:
static property CertificateStore ^ IntermediateCertificationAuthorities { CertificateStore ^ get(); };
static CertificateStore IntermediateCertificationAuthorities();
public static CertificateStore IntermediateCertificationAuthorities { get; }
var certificateStore = CertificateStores.intermediateCertificationAuthorities;
Public Shared ReadOnly Property IntermediateCertificationAuthorities As CertificateStore
Property Value
The certificate store of intermediate certification authorities for an app.