How can I set to enable "LTV" Offline Verification ?
The timestamp server was configured - see below:
- Code: Select all
...
signature.DistinguishedNameLabel = "DN: ";
signature.DistinguishedName = signature.Certificate.IssuerName.Name;
// configure a timestamp server url rfc3161
string url = "http://timestamp.digicert.com";
signature.ConfigureTimestamp(url);
...