Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.RevocationRefs

TElCMSSignature     See also     


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


This property contains references to the revocation data.

Declaration

[C#]
    TElCMSRevocationRefs RevocationRefs;

[VB.NET]
    Property RevocationRefs As TElCMSRevocationRefs

[Pascal]
    property RevocationRefs : TElCMSRevocationRefs;

[C++]
    TElCMSRevocationRefs* get_RevocationRefs();

[PHP]
    TElCMSRevocationRefs get_RevocationRefs()

[Java]
    TElCMSRevocationRefs getRevocationRefs();

Description

    Use this property to get a references to the complete set of revocation data which is stored elsewhere.

See also:     RevocationValues    

Discuss this help topic in SecureBlackbox Forum