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
TSBCRLEntryExtensions 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