EasySign BETA
Digital Signing Tool
Loading...
Searching...
No Matches
ReadSource.cs
Go to the documentation of this file.
1namespace SAPTeam.EasySign
2{
6 public enum ReadSource
7 {
15
19 Bundle,
20
24 Disk
25 }
26}
ReadSource
Specifies the source from which to read the data.
Definition ReadSource.cs:7
@ Automatic
Bundle decides the read source.
@ Disk
Read from the disk.
@ Bundle
Read from the bundle.