Discuss this help topic in SecureBlackbox Forum

TElCRLEntryExtensions.Included

TElCRLEntryExtensions     


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


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

Declaration

[C#/Java]
    TSBCRLEntryExtensions Included;
    TSBCRLEntryExtensions = int;
    
    TSBCRLEntryExtensions represents a bit mask which contains zero or more bit flags as defined by TSBCRLEntryExtension.

[VB.NET]
    Property Included As TSBCRLEntryExtensions
    TSBCRLEntryExtensions As Int;
    
    TSBCRLEntryExtensions represents a bit mask which contains zero or more bit flags as defined by TSBCRLEntryExtension.

[Pascal]
    property Included : TSBCRLEntryExtensions;
    TSBCRLEntryExtensions = set of TSBCRLEntryExtension;

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

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

Values


Description

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

    Note, Extensions assigning differs for VCL and .NET versions. To include several extensions in .NET use bitwise OR operation, for example ‘crlReasonCode | crlInvalidityDate | crlCertificateIssuer’.

Discuss this help topic in SecureBlackbox Forum