TimestampSettings

TimestampSettings class

Represents the ocsp settings using during signing process.

The TimestampSettings type exposes the following members:

Constructors

NameDescription
TimestampSettings(server_url, basic_auth_credentials, digest_hash_algorithm)Initializes a new instance of the TimestampSettings class

Properties

NameDescription
server_urlGets/sets the timestamp server url.
basic_auth_credentialsGets/sets the basic authentication credentials, Username and password are combined into a string “username:password”.
digest_hash_algorithmGets/sets the digest algorithm for internal hash functions.

See Also