Discuss this help topic in SecureBlackbox Forum

TElCRLExtensions.Included

TElCRLExtensions     


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


This property shows which extensions must be written / were read.

Declaration

[C#]
    TSBCRLExtensions Included;

[VB.NET]
    Property Included As TSBCRLExtensions

[Pascal]
    property Included : TSBCRLExtensions;
    TSBCRLExtensions = set of TSBCRLExtension;

[C++]
    TSBCRLExtensions get_Included();
    void set_Included(TSBCRLExtensions Value);

[PHP]
    integer get_Included()
    void set_Included(integer $Value)

[Java]
    int getIncluded();
    void setIncluded(int Value);

Values

TSBCRLExtensions values

Description

    Use this property to get/set extensions that were read/must be written.

    Note, Extensions assigning differ for Win32 and .NET versions. To include several extensions in .NET use bitwise OR operation, for example ‘crlAuthorityKeyIdentifier | crlCRLNumber | crlDeltaCRLIndicator’.

Discuss this help topic in SecureBlackbox Forum