CertificateStore
CertificateStore
CertificateStore
CertificateStore
Class
Definition
Represents a certificate store for an app.
public : sealed class CertificateStore : ICertificateStore, ICertificateStore2public sealed class CertificateStore : ICertificateStore, ICertificateStore2Public NotInheritable Class CertificateStore Implements ICertificateStore, ICertificateStore2// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
You can retrieve certificates from the certificate store using the FindAllAsync method.
Properties
Methods
Add(Certificate) Add(Certificate) Add(Certificate) Add(Certificate)
Adds a certificate to the certificate store.
public : void Add(Certificate certificate)public void Add(Certificate certificate)Public Function Add(certificate As Certificate) As void// You can use this method in JavaScript.
Parameters
- certificate
- Certificate Certificate Certificate Certificate
The certificate to add to the certificate store.
Delete(Certificate) Delete(Certificate) Delete(Certificate) Delete(Certificate)
Deletes a certificate from the certificate store.
public : void Delete(Certificate certificate)public void Delete(Certificate certificate)Public Function Delete(certificate As Certificate) As void// You can use this method in JavaScript.
Parameters
- certificate
- Certificate Certificate Certificate Certificate
The certificate to delete from the certificate store.