Class TimestampSettings
TimestampSettings class
Represents the ocsp settings using during signing process.
public class TimestampSettings
Constructors
Name | Description |
---|
TimestampSettings(string, string, DigestHashAlgorithm) | Initializes a new instance of the TimestampSettings class. |
Properties
Name | Description |
---|
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