[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IReadOnlySignatureDetails

Interface IReadOnlySignatureDetails

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents read-only detail of the signature.

public interface IReadOnlySignatureDetails

Properties

Address1

Represents the "address1" field in the signature details dialog.

string Address1 { get; }

Property Value

string

Address2

Represents the "address2" field in the signature details dialog.

string Address2 { get; }

Property Value

string

ApplicationVersion

Represents the "application version" field in the additional information dialog.

string ApplicationVersion { get; }

Property Value

string

CertificateDigestMethod

Represents the hash method of the checksum of the certificate.

string CertificateDigestMethod { get; }

Property Value

string

CertificateDigestValue

Represents the checksum of the certificate.

byte[] CertificateDigestValue { get; }

Property Value

byte[]

CertificateIssuerName

Represents the issuer name of the certificate.

string CertificateIssuerName { get; }

Property Value

string

CertificateSerialNumber

Represents the serial number (in decimal format) of the certificate.

string CertificateSerialNumber { get; }

Property Value

string

City

Represents the "city" field in the signature details dialog.

string City { get; }

Property Value

string

ClaimedRole

Represents the "claimed role" field in the signature details dialog.

string ClaimedRole { get; }

Property Value

string

ColorDepth

Represents the "color depth" field in the additional information dialog.

int ColorDepth { get; }

Property Value

int

CommitmentTypeDescription

Represents the "commitment type description" field in the "sign" dialog.

string CommitmentTypeDescription { get; }

Property Value

string

CommitmentTypeQualifier

Represents the "commitment type qualifier" field in the "sign" dialog.

string CommitmentTypeQualifier { get; }

Property Value

string

CountryName

Represents the "country name" field in the signature details dialog.

string CountryName { get; }

Property Value

string

HorizontalResolution

Represents the "horizontal resolution" field in the additional information dialog.

int HorizontalResolution { get; }

Property Value

int

Monitors

Represents the "monitors" field in the additional information dialog.

int Monitors { get; }

Property Value

int

OfficeVersion

Represents the "office version" field in the additional information dialog.

string OfficeVersion { get; }

Property Value

string

PostalCode

Represents the "PostalCode" field in the signature details dialog.

string PostalCode { get; }

Property Value

string

SignatureCertificate

Gets the certificate (private key removed) that was used to sign this workbook.

X509Certificate2 SignatureCertificate { get; }

Property Value

System.Security.Cryptography.X509Certificates.X509Certificate2

SignatureComments

Represents the "signature comments" field in the signature details dialog.

string SignatureComments { get; }

Property Value

string

SignatureImage

Gets the value of the image used to sign the document.

byte[] SignatureImage { get; }

Property Value

byte[]

SignatureText

Gets the value of the signature text used to sign this document.

string SignatureText { get; }

Property Value

string

StateOrProvince

Represents the "state or province" field in the signature details dialog.

string StateOrProvince { get; }

Property Value

string

VerticalResolution

Represents the "vertical resolution" field in the additional information dialog.

int VerticalResolution { get; }

Property Value

int

WindowsVersion

Represents the "windows version" field in the additional information dialog.

string WindowsVersion { get; }

Property Value

string