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

Namespaces

namespace  Cli
 
namespace  CommandLine
 
namespace  UnifiedPath
 

Classes

class  Bundle
 Represents a bundle that holds file hashes and signatures. More...
 
class  Manifest
 Represents a manifest that holds entries of file names and their corresponding hashes. More...
 
class  Signatures
 Represents a collection of manifest signatures. More...
 
class  SourceGenerationManifestContext
 
class  SourceGenerationSignaturesContext
 

Enumerations

enum  ReadSource { Automatic , Bundle , Disk }
 Specifies the source from which to read the data. More...
 

Enumeration Type Documentation

◆ ReadSource

Specifies the source from which to read the data.

Enumerator
Automatic 

Bundle decides the read source.

If the Manifest.StoreOriginalFiles property in the bundle is set to true, the data will be read from the bundle.

Bundle 

Read from the bundle.

Disk 

Read from the disk.

Definition at line 6 of file ReadSource.cs.