[]
Represents read-only detail of the signature.
public interface IReadOnlySignatureDetails
Represents the "address1" field in the signature details dialog.
string Address1 { get; }
Represents the "address2" field in the signature details dialog.
string Address2 { get; }
Represents the "application version" field in the additional information dialog.
string ApplicationVersion { get; }
Represents the hash method of the checksum of the certificate.
string CertificateDigestMethod { get; }
Represents the checksum of the certificate.
byte[] CertificateDigestValue { get; }
Represents the issuer name of the certificate.
string CertificateIssuerName { get; }
Represents the serial number (in decimal format) of the certificate.
string CertificateSerialNumber { get; }
Represents the "city" field in the signature details dialog.
string City { get; }
Represents the "claimed role" field in the signature details dialog.
string ClaimedRole { get; }
Represents the "color depth" field in the additional information dialog.
int ColorDepth { get; }
Represents the "commitment type description" field in the "sign" dialog.
string CommitmentTypeDescription { get; }
Represents the "commitment type qualifier" field in the "sign" dialog.
string CommitmentTypeQualifier { get; }
Represents the "country name" field in the signature details dialog.
string CountryName { get; }
Represents the "horizontal resolution" field in the additional information dialog.
int HorizontalResolution { get; }
Represents the "monitors" field in the additional information dialog.
int Monitors { get; }
Represents the "office version" field in the additional information dialog.
string OfficeVersion { get; }
Represents the "PostalCode" field in the signature details dialog.
string PostalCode { get; }
Gets the certificate (private key removed) that was used to sign this workbook.
X509Certificate2 SignatureCertificate { get; }
Represents the "signature comments" field in the signature details dialog.
string SignatureComments { get; }
Gets the value of the image used to sign the document.
byte[] SignatureImage { get; }
Gets the value of the signature text used to sign this document.
string SignatureText { get; }
Represents the "state or province" field in the signature details dialog.
string StateOrProvince { get; }
Represents the "vertical resolution" field in the additional information dialog.
int VerticalResolution { get; }
Represents the "windows version" field in the additional information dialog.
string WindowsVersion { get; }