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 |