[]
Provides signature details for application developers to implement the "Sign" button on "Signature Details" dialog. Represents data of SignatureInfoV1, SignatureInfoV2 and XAdES part in the signature.
public class SignatureDetails
public SignatureDetails()
Represents the "address1" field in the signature details dialog.
public string Address1 { get; set; }
Represents the "address2" field in the signature details dialog.
public string Address2 { get; set; }
Represents the "application version" field in the additional information dialog.
public string ApplicationVersion { get; set; }
Represents the "city" field in the signature details dialog.
public string City { get; set; }
Represents the "claimed role" field in the signature details dialog.
public string ClaimedRole { get; set; }
Represents the "color depth" field in the additional information dialog.
public int ColorDepth { get; set; }
Represents the "commitment type description" field in the signature details dialog.
public string CommitmentTypeDescription { get; set; }
Represents the "commitment type qualifier" field in the signature details dialog.
public string CommitmentTypeQualifier { get; set; }
Represents the "country name" field in the signature details dialog.
public string CountryName { get; set; }
Represents the "horizontal resolution" field in the additional information dialog.
public int HorizontalResolution { get; set; }
Represents the "monitors" field in the additional information dialog.
public int Monitors { get; set; }
Represents the "office version" field in the additional information dialog.
public string OfficeVersion { get; set; }
Represents the "postal code" field in the signature details dialog.
public string PostalCode { get; set; }
Represents the "signature comments" field in the "sign" dialog.
public string SignatureComments { get; set; }
Represents the "state or province" field in the signature details dialog.
public string StateOrProvince { get; set; }
Represents the "vertical resolution" field in the additional information dialog.
public int VerticalResolution { get; set; }
Represents the "windows version" field in the additional information dialog.
public string WindowsVersion { get; set; }