[]
Gets or sets the country name field in the signature details dialog.
Use this property to read the country or region information stored in this SignatureDetails instance for a digital signature.
public string CountryName { get; set; }
Public Property CountryName As String
SignatureDetails details = new SignatureDetails();
details.CountryName = "United States";
string countryName = details.CountryName;