Discuss this help topic in SecureBlackbox Forum

TElXMLCompleteRevocationRefs.CRLRefs

TElXMLCompleteRevocationRefs     See also     


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


Contains a sequence of references to CRLs (Certificate revocation Lists).

Declaration

[C#]
    TElXMLCRLRefs CRLRefs;

[VB.NET]
    Property CRLRefs As TElXMLCRLRefs

[Pascal]
    property CRLRefs: TElXMLCRLRefs;

[C++]
    TElXMLCRLRefs* get_CRLRefs();

[PHP]
    TElXMLCRLRefs get_CRLRefs()

[Java]
    TElXMLCRLRefs getCRLRefs();

Description

    Use this property to get a sequence of references to Certificate Revocation Lists.

See also:     OCSPRefs     OtherRefs    

Discuss this help topic in SecureBlackbox Forum