Class AdditionalSignatureInfo
Details about the signer of a digital signature, such as role, title, address etc.
Inherited Members
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 |