Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.CreateXL

TElCAdESSignatureProcessor     See also     


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


Creates a CAdES-X-L signature.

Declaration

[VB.NET]
    Sub CreateXL(ByVal Cert As TElX509Certificate, ByVal TSPClient As TElCustomTSPClient, ByVal ValidationTSPClient As TElCustomTSPClient)
    Sub CreateXL(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

    CAdES eXtended Long signature adds to the CAdES-C the certificate-values and revocation-values attributes. A combination of this signature with CAdES-X type 1 or type 2 gives two types of CAdES-X-L with time signatures. This method creates a CAdES-X Long with Time type 1.

See also:     Signature     CreateC     CreateX     CreateXLBase     CreateXLType1     CreateXLType2    

Discuss this help topic in SecureBlackbox Forum