EasySign BETA
Digital Signing Tool
Loading...
Searching...
No Matches
SAPTeam.EasySign.CommandLine Namespace Reference

Classes

class  CertificateSubject
 Represents the subject of a certificate. More...
 
class  CommandProvider
 Provides command definitions and handlers for the EasySign command line interface. More...
 
class  CommandProviderConfiguration
 Represents the configuration for the EasySign command provider. More...
 
class  SAPTeamCertificates
 A strongly-typed resource class, for looking up localized strings, etc.
 
class  Utilities
 Provides utility methods for various operations.
 

Enumerations

enum  CertificateStore { TrustedRootCA , IntermediateCA , IssuedCertificates }
 Enumeration of certificate stores in the CommandProviderConfiguration. More...
 

Enumeration Type Documentation

◆ CertificateStore

Enumeration of certificate stores in the CommandProviderConfiguration.

Enumerator
TrustedRootCA 

The trusted root CA store.

IntermediateCA 

The intermediate CA store.

IssuedCertificates 

The self-signed certificate store.

Definition at line 12 of file CertificateStore.cs.