Class ExcelSignatureVersion
- Namespace
- OfficeOpenXml.Vba.Signatures
- Assembly
- EPPlus.dll
Signature version settings.
public class ExcelSignatureVersion
- Inheritance
-
ExcelSignatureVersion
- Inherited Members
Properties
CreateSignatureOnSave
A boolean indicating if a signature for the VBA project will be created when the package is saved. Default is true
public bool CreateSignatureOnSave { get; set; }
Property Value
HashAlgorithm
The hash algorithm used.
public VbaSignatureHashAlgorithm HashAlgorithm { get; set; }
Property Value
Verifier
The verifyer
public SignedCms Verifier { get; }