EasySign
BETA
Digital Signing Tool
Loading...
Searching...
No Matches
CertificateStore.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Linq;
4
using
System.Text;
5
using
System.Threading.Tasks;
6
7
namespace
SAPTeam.EasySign.CommandLine
8
{
12
public
enum
CertificateStore
13
{
17
TrustedRootCA
,
18
22
IntermediateCA
,
23
27
IssuedCertificates
,
28
}
29
}
SAPTeam.EasySign.CommandLine
Definition
BundleWorker.cs:8
SAPTeam.EasySign.CommandLine.CertificateStore
CertificateStore
Enumeration of certificate stores in the CommandProviderConfiguration.
Definition
CertificateStore.cs:13
SAPTeam.EasySign.CommandLine.CertificateStore.IssuedCertificates
@ IssuedCertificates
The self-signed certificate store.
SAPTeam.EasySign.CommandLine.CertificateStore.IntermediateCA
@ IntermediateCA
The intermediate CA store.
SAPTeam.EasySign.CommandLine.CertificateStore.TrustedRootCA
@ TrustedRootCA
The trusted root CA store.
src
EasySign.CommandLine
CertificateStore.cs
Generated on Sun Apr 13 2025 for EasySign by Doxygen 1.12.0