Discuss this help topic in SecureBlackbox Forum

TElXAdESProcessor.AddAttributeCertificateRefs

TElXAdESProcessor     See also     


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


Adds the Attribute Authorities certificate refs to the signature.

Declaration

[C#]
    void AddAttributeCertificateRefs(TElCustomCertStorage Certs);
    void AddAttributeCertificateRefs(TElCustomCertStorage Certs, short DigestMethod, TElXMLCustomFormatter Formatter);

[VB.NET]
    Sub AddAttributeCertificateRefs(ByVal Certs As TElCustomCertStorage)
    Sub AddAttributeCertificateRefs(ByVal Certs As TElCustomCertStorage, ByVal DigestMethod As Short, ByVal Formatter As TElXMLCustomFormatter)

[Pascal]
    procedure AddAttributeCertificateRefs(Certs : TElCustomCertStorage);
    procedure AddAttributeCertificateRefs(Certs : TElCustomCertStorage; DigestMethod : TElXMLDigestMethod; Formatter: TElXMLCustomFormatter); virtual;

[C++]
    void AddAttributeCertificateRefs(TElCustomCertStorage &Certs);
    void AddAttributeCertificateRefs(TElCustomCertStorage *Certs);
    void AddAttributeCertificateRefs(TElCustomCertStorage &Certs, TElXMLDigestMethod DigestMethod, TElXMLCustomFormatter &Formatter);
    void AddAttributeCertificateRefs(TElCustomCertStorage *Certs, TElXMLDigestMethod DigestMethod, TElXMLCustomFormatter *Formatter);

[PHP]
    void AddAttributeCertificateRefs(TElCustomCertStorage $Certs)
    void AddAttributeCertificateRefs(TElCustomCertStorage $Certs, integer $DigestMethod, TElXMLCustomFormatter $Formatter)

[Java]
    void addAttributeCertificateRefs(TElCustomCertStorage Certs, TElXMLDigestMethod DigestMethod, TElXMLCustomFormatter Formatter);
    void addAttributeCertificateRefs(TElCustomCertStorage Certs);

Parameters

  • Certs - certificate storage containing the Attribute Authorities certificates.
  • DigestMethod - specifies the digest method used to compute digest values for the refs.
  • Formatter - XML formatter. This parameter is for internal use only. Set this parameter to nil/null/Nothing.

Digest methods:

Description

    Use this method to add the Attribute Authorities certificate refs to the signature.

Discuss this help topic in SecureBlackbox Forum