CertificateStores.IntermediateCertificationAuthorities Property

Definition

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.

Applies to