Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedSignatureProperties.RevocationValues

TElXMLUnsignedSignatureProperties     See also     


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


This property holds the revocation information for XAdES-X-Long.

Declaration

[C#]
    TElXMLRevocationValues RevocationValues;

[VB.NET]
    Property RevocationValues As TElXMLRevocationValues

[Pascal]
    property RevocationValues: TElXMLRevocationValues;

[C++]
    TElXMLRevocationValues* get_RevocationValues();
    void set_RevocationValues(TElXMLRevocationValues &Value);
    void set_RevocationValues(TElXMLRevocationValues *Value);

[PHP]
    TElXMLRevocationValues get_RevocationValues()
    void set_RevocationValues(TElXMLRevocationValues $Value)

[Java]
    TElXMLRevocationValues getRevocationValues();
    void setRevocationValues(TElXMLRevocationValues Value);

Description

    The RevocationValues element is used to hold the values of the revocation information which are to be shipped with the XML signature in case of an XML Advanced Electronic Signature with Extended Validation Data (XAdES-X-Long).

See also:     CertificateValues    

Discuss this help topic in SecureBlackbox Forum