Show / Hide Table of Contents

Class AdditionalSignatureInfo

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

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

Properties

Address1

Address

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

Address2

Address 2

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

City

City

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

CountryOrRegion

Country or region

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

SignerRoleTitle

Role or Title

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

StateOrProvince

State or province

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

ZipOrPostalCode

Zip or Postal Code

Declaration
public string ZipOrPostalCode { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX