Class TimestampSettings

TimestampSettings class

Represents the ocsp settings using during signing process.

public class TimestampSettings

Constructors

NameDescription
TimestampSettings(string, string, DigestHashAlgorithm)Initializes a new instance of the TimestampSettings class.

Properties

NameDescription
BasicAuthCredentials { get; set; }Gets/sets the basic authentication credentials, Username and password are combined into a string “username:password”.
DigestHashAlgorithm { get; set; }Gets/sets the digest algorithm for internal hash functions.
ServerUrl { get; set; }Gets/sets the timestamp server url.

See Also