Show / Hide Table of Contents

Class ExcelSignatureVersion

Signature version settings.

Inheritance
object
ExcelSignatureVersion
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX