StandardCertificateStoreNames
StandardCertificateStoreNames
StandardCertificateStoreNames
StandardCertificateStoreNames
Class
Definition
Provides properties for retrieving standard certificate store names.
public : static class StandardCertificateStoreNamespublic static class StandardCertificateStoreNamesPublic Static Class StandardCertificateStoreNames// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
IntermediateCertificationAuthorities IntermediateCertificationAuthorities IntermediateCertificationAuthorities IntermediateCertificationAuthorities
Gets the name of the intermediate certificate authorities.
public : static PlatForm::String IntermediateCertificationAuthorities { get; }public static string IntermediateCertificationAuthorities { get; }Public Static ReadOnly Property IntermediateCertificationAuthorities As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the intermediate certificate authorities.
Personal Personal Personal Personal
Gets the name of the personal certificate store.
public : static PlatForm::String Personal { get; }public static string Personal { get; }Public Static ReadOnly Property Personal As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the personal certificate store.
TrustedRootCertificationAuthorities TrustedRootCertificationAuthorities TrustedRootCertificationAuthorities TrustedRootCertificationAuthorities
Gets the name of the trusted root certificate authorities.
public : static PlatForm::String TrustedRootCertificationAuthorities { get; }public static string TrustedRootCertificationAuthorities { get; }Public Static ReadOnly Property TrustedRootCertificationAuthorities As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the trusted root certificate authorities.