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