Show / Hide Table of Contents

Class ExcelDigitalSignatureCollection

Collection of digital signatures

Inheritance
object
ExcelDigitalSignatureCollection
Implements
IEnumerable<ExcelDigitalSignature>
IEnumerable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.DigitalSignatures
Assembly: EPPlus.dll
Syntax
public class ExcelDigitalSignatureCollection : IEnumerable<ExcelDigitalSignature>, IEnumerable

Properties

this[int]

Get the signature at index.

Declaration
public ExcelDigitalSignature this[int index] { get; set; }
Parameters
Type Name Description
int index
Property Value
Type Description
ExcelDigitalSignature

Methods

Add(X509Certificate2)

Add digital signature Requires a valid X509Certificate2 with a private key.

Declaration
public ExcelDigitalSignature Add(X509Certificate2 certificate)
Parameters
Type Name Description
X509Certificate2 certificate
Returns
Type Description
ExcelDigitalSignature

Remove(ExcelDigitalSignature)

Remove digital signature

Declaration
public void Remove(ExcelDigitalSignature signature)
Parameters
Type Name Description
ExcelDigitalSignature signature

Implements

IEnumerable<T>
IEnumerable
In this article
Back to top Generated by DocFX