Discuss this help topic in SecureBlackbox Forum

TElCRLExtensions.DeltaCRLIndicator

TElCRLExtensions     See also     


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


Use this property to manipulate delta-CRL number when you deal with delta-CRL.

Declaration

[C#]
    TElDeltaCRLIndicatorCRLExtension DeltaCRLIndicator;

[VB.NET]
    Property DeltaCRLIndicator As TElDeltaCRLIndicatorCRLExtension

[Pascal]
    property DeltaCRLIndicator : TElDeltaCRLIndicatorCRLExtension;

[C++]
    TElDeltaCRLIndicatorCRLExtension* get_DeltaCRLIndicator();

[PHP]
    TElDeltaCRLIndicatorCRLExtension get_DeltaCRLIndicator()

[Java]
    TElDeltaCRLIndicatorCRLExtension getDeltaCRLIndicator();

Description

    This property contains delta-CRL number.

See also:     CRLNumber    

Discuss this help topic in SecureBlackbox Forum