Discuss this help topic in SecureBlackbox Forum

TElCertificateRevocationList.Extensions

TElCertificateRevocationList     See also     


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


Use this property to access CRL extensions.

Declaration

[C#]
    TElCRLExtensions Extensions;

[VB.NET]
    Property Extensions As TElCRLExtensions

[Pascal]
    property Extensions : TElCRLExtensions;

[C++]
    TElCRLExtensions* get_Extensions();

[PHP]
    TElCRLExtensions get_Extensions()

[Java]
    TElCRLExtensions getExtensions();

Description

    Use this property to manipulate CRL extensions values.

See also:     TElCRLExtensions    

Discuss this help topic in SecureBlackbox Forum