Click or drag to resize

TspAuthenticodeRequest Class

Represents Microsoft Authenticode Time-Stamp Request.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.CryptographyTspRequest
    SysadminsLV.PKI.CryptographyTspAuthenticodeRequest

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

The TspAuthenticodeRequest type exposes the following members.

Constructors
  NameDescription
Public methodTspAuthenticodeRequest
Initializes a new instance of TspAuthenticodeRequest from existing signer information.
Top
Properties
  NameDescription
Public propertyCredentials
Gets or sets the network credentials that are sent to a TSA server and used to authenticate the request.
(Inherited from TspRequest.)
Public propertyData
Gets the data included in request. The value is a signature (EncryptedHash property of PkcsSignerInfo object).
Public propertyProxy
Gets or sets web proxy information that will be used to connect to TSA server.
(Inherited from TspRequest.)
Public propertyRequestType
Gets the identifier of TSP request type.
(Inherited from TspRequest.)
Public propertyTsaUrl
Gets or sets the url to a Time-Stamping Authority.
(Inherited from TspRequest.)
Top
Methods
  NameDescription
Public methodEncode
Encodes request to RFC3161 request format.
(Overrides TspRequestEncode.)
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.)
Public methodSendRequest
Sends request to specified TSA server and returns response.
(Overrides TspRequestSendRequest.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also