Click or drag to resize

TspRequest Class

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

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public abstract class TspRequest

The TspRequest type exposes the following members.

Constructors
  NameDescription
Protected methodTspRequest
Initializes a new instance of TspRequest from an object identifier that specifies the request type.
Top
Properties
  NameDescription
Public propertyCredentials
Gets or sets the network credentials that are sent to a TSA server and used to authenticate the request.
Public propertyProxy
Gets or sets web proxy information that will be used to connect to TSA server.
Public propertyRequestType
Gets the identifier of TSP request type.
Public propertyTsaUrl
Gets or sets the url to a Time-Stamping Authority.
Top
Methods
  NameDescription
Public methodEncode
Encodes current request state to a ASN.1-encoded byte array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodStatic memberPrepareWebClient
Adds required headers to web client.
Public methodSendRequest
Sends request to specified TSA server and returns response.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also