EasySign BETA
Digital Signing Tool
|
Represents a collection of manifest signatures. More...
Properties | |
Dictionary< string, byte[]> | Entries = [] [get, set] |
Gets or sets the signature entries. | |
Dictionary< string, byte[]> | Certificates = [] [get, set] |
Gets or sets the signature certificates. | |
Represents a collection of manifest signatures.
Definition at line 8 of file Signatures.cs.
|
getset |
Gets or sets the signature certificates.
Definition at line 18 of file Signatures.cs.
Referenced by SAPTeam.EasySign.Bundle.GetCertificate(), and SAPTeam.EasySign.Bundle.Sign().
|
getset |
Gets or sets the signature entries.
Definition at line 13 of file Signatures.cs.
Referenced by SAPTeam.EasySign.CommandLine.CommandProvider< TBundle, TConfiguration >.RunAdd(), SAPTeam.EasySign.CommandLine.CommandProvider< TBundle, TConfiguration >.RunInfo(), SAPTeam.EasySign.CommandLine.CommandProvider< TBundle, TConfiguration >.RunVerify(), SAPTeam.EasySign.Bundle.Sign(), and SAPTeam.EasySign.Bundle.VerifySignature().