Table of Contents

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

bool

HashAlgorithm

The hash algorithm used.

public VbaSignatureHashAlgorithm HashAlgorithm { get; set; }

Property Value

VbaSignatureHashAlgorithm

Verifier

The verifyer

public SignedCms Verifier { get; }

Property Value

SignedCms