Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedSignatureProperties.AttributeRevocationRefs

TElXMLUnsignedSignatureProperties     See also     


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


This property contains all revocation information that have been used in the validation of the attribute certificate(s).

Declaration

[C#]
    TElXMLCompleteRevocationRefs AttributeRevocationRefs;

[VB.NET]
    Property AttributeRevocationRefs As TElXMLCompleteRevocationRefs

[Pascal]
    property AttributeRevocationRefs: TElXMLCompleteRevocationRefs;

[C++]
    TElXMLCompleteRevocationRefs* get_AttributeRevocationRefs();
    void set_AttributeRevocationRefs(TElXMLCompleteRevocationRefs &Value);
    void set_AttributeRevocationRefs(TElXMLCompleteRevocationRefs *Value);

[PHP]
    TElXMLCompleteRevocationRefs get_AttributeRevocationRefs()
    void set_AttributeRevocationRefs(TElXMLCompleteRevocationRefs $Value)

[Java]
    TElXMLCompleteRevocationRefs getAttributeRevocationRefs();
    void setAttributeRevocationRefs(TElXMLCompleteRevocationRefs Value);

Description

    Use this property to manage the revocation information that have been used in the validation of the attribute certificate(s) present in the signature. This property may be used only if a user attribute certificate is present in the signature.
    Supported in XAdES versions 1.2.2 and 1.3.2 .

See also:     CompleteCertificateRefs    

Discuss this help topic in SecureBlackbox Forum