Discuss this help topic in SecureBlackbox Forum
This property shows which extensions must be written / were read.
Declaration
[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