Show / Hide Table of Contents

Class ExcelVbaSignature

The code signature properties of the project

Inheritance
System.Object
ExcelVbaSignature
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
Assembly: EPPlus.dll
Syntax
public class ExcelVbaSignature

Properties

Certificate

The certificate to sign the VBA project. This certificate must have a private key. There is no validation that the certificate is valid for codesigning, so make sure it's valid to sign Excel files (Excel 2010 is more strict that prior versions).

Declaration
public X509Certificate2 Certificate { get; set; }
Property Value
Type Description
System.Security.Cryptography.X509Certificates.X509Certificate2

Verifier

The verifier

Declaration
public SignedCms Verifier { get; }
Property Value
Type Description
System.Security.Cryptography.Pkcs.SignedCms
In This Article
Back to top Generated by DocFX