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.
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 |