Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.CreateX

TElCAdESSignatureProcessor     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates a XAdES-X signature.

Declaration

[VB.NET]
    Sub CreateX(ByVal Cert As TElX509Certificate, ByVal TSPClient As TElCustomTSPClient, ByVal ValidationTSPClient As TElCustomTSPClient)
    Sub CreateX(ByVal Cert As TElX509Certificate, ByVal Chain As TElCustomCertStorage, ByVal ContentType As Byte(), ByVal TSPClient As TElCustomTSPClient, ByVal ValidationTSPClient As TElCustomTSPClient)

Parameters

  • Cert - specifies the signing certificate.
  • TSPClient - the client which communicates with the TSP server.
  • Chain - the certificate chain to be added to the signature.
  • ContentType - specifies the content type of the signed message.
  • ValidationTSPClient - the TSP client that performs time-stamping of the validation data.

Description

    Use this method to create a new CAdES eXtended signature. The CAdES-X adds timestamps on the validation data introduced by XAdES-C. Two types of extended signatures are defined: type 1 adds a timestamp on the XAdES-C itself, type 2 adds a timestamp on the certification path and revocation information references. This method creates a type 1 signature.

See also:     Signature     CreateXL     CreateXType1     CreateXType2    

Discuss this help topic in SecureBlackbox Forum