TspRequest Class

Provides an abstract class that represents a Time-Stamp Request object.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public abstract class TspRequest
Inheritance
Object    TspRequest
Derived

Constructors

TspRequest Initializes a new instance of TspRequest from an object identifier that specifies the request type.

Properties

Credentials Gets or sets the network credentials that are sent to a TSA server and used to authenticate the request.
Proxy Gets or sets web proxy information that will be used to connect to TSA server.
RequestType Gets the identifier of TSP request type.
TsaUrl Gets or sets the url to a Time-Stamping Authority.

Methods

Encode Encodes current request state to a ASN.1-encoded byte array.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
PrepareWebClient Adds required headers to web client.
SendRequest Sends request to specified TSA server and returns response.
ToString
(Inherited from Object)

See Also