Show / Hide Table of Contents

Class ExcelSignatureVersion

Signature version settings.

Inheritance
System.Object
ExcelSignatureVersion
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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
System.Security.Cryptography.Pkcs.SignedCms
In This Article
Back to top Generated by DocFX