EasySign BETA
Digital Signing Tool
Loading...
Searching...
No Matches
CertificateStore.cs
Go to the documentation of this file.
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6
8{
12 public enum CertificateStore
13 {
18
23
28 }
29}
CertificateStore
Enumeration of certificate stores in the CommandProviderConfiguration.
@ IssuedCertificates
The self-signed certificate store.
@ IntermediateCA
The intermediate CA store.
@ TrustedRootCA
The trusted root CA store.