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
Boolean

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