Show / Hide Table of Contents

Class AdditionalSignatureInfo

Details about the signer of a digital signature, such as role, title, address etc.

Inheritance
object
AdditionalSignatureInfo
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 AdditionalSignatureInfo

Properties

Address1

Address

Declaration
public string Address1 { get; set; }
Property Value
Type Description
string

Address2

Address 2

Declaration
public string Address2 { get; set; }
Property Value
Type Description
string

City

City

Declaration
public string City { get; set; }
Property Value
Type Description
string

CountryOrRegion

Country or region

Declaration
public string CountryOrRegion { get; set; }
Property Value
Type Description
string

SignerRoleTitle

Role or Title

Declaration
public string SignerRoleTitle { get; set; }
Property Value
Type Description
string

StateOrProvince

State or province

Declaration
public string StateOrProvince { get; set; }
Property Value
Type Description
string

ZipOrPostalCode

Zip or Postal Code

Declaration
public string ZipOrPostalCode { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX