Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedSignatureProperties.AttributeRevocationValues

TElXMLUnsignedSignatureProperties     See also     


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


This property contains the revocation data that have been used to validate the attribute certificate.

Declaration

[C#]
    TElXMLRevocationValues AttributeRevocationValues;

[VB.NET]
    Property AttributeRevocationValues As TElXMLRevocationValues

[Pascal]
    property AttributeRevocationValues: TElXMLRevocationValues;

[C++]
    TElXMLRevocationValues* get_AttributeRevocationValues();
    void set_AttributeRevocationValues(TElXMLRevocationValues &Value);
    void set_AttributeRevocationValues(TElXMLRevocationValues *Value);

[PHP]
    TElXMLRevocationValues get_AttributeRevocationValues()
    void set_AttributeRevocationValues(TElXMLRevocationValues $Value)

[Java]
    TElXMLRevocationValues getAttributeRevocationValues();
    void setAttributeRevocationValues(TElXMLRevocationValues Value);

Description

    This property contains a full set of revocation data that have been used to validate the attribute certificate when present in the signature. If any of the revocation data is present within the RevocationValues, it should not appear within the AttributeRevocationValues. If AttributeRevocationRefs and AttributeRevocationValues are present, AttributeRevocationValues and RevocationValues must contain the values of all the objects referenced in AttributeRevocationRefs.
    Supported in XAdES 1.3.2 .

See also:     AttrAuthoritiesCertValues    

Discuss this help topic in SecureBlackbox Forum