Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedSignatureProperties.AttributeCertificateRefs

TElXMLUnsignedSignatureProperties     See also     


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


This property contains references to the Attribute Authorities certificates.

Declaration

[C#]
    TElXMLCompleteCertificateRefs AttributeCertificateRefs;

[VB.NET]
    Property AttributeCertificateRefs As TElXMLCompleteCertificateRefs

[Pascal]
    property AttributeCertificateRefs: TElXMLCompleteCertificateRefs;

[C++]
    TElXMLCompleteCertificateRefs* get_AttributeCertificateRefs();
    void set_AttributeCertificateRefs(TElXMLCompleteCertificateRefs &Value);
    void set_AttributeCertificateRefs(TElXMLCompleteCertificateRefs *Value);

[PHP]
    TElXMLCompleteCertificateRefs get_AttributeCertificateRefs()
    void set_AttributeCertificateRefs(TElXMLCompleteCertificateRefs $Value)

[Java]
    TElXMLCompleteCertificateRefs getAttributeCertificateRefs();
    void setAttributeCertificateRefs(TElXMLCompleteCertificateRefs Value);

Description

    Use this property to get or set the references to the set of Attribute Authorities certificates that have been used to validate the attribute certificate. This property may be used only if the attribute certificate is present in the signature.
    Supported in XAdES versions 1.2.2 and 1.3.2.

See also:     AttributeRevocationRefs    

Discuss this help topic in SecureBlackbox Forum