Discuss this help topic in SecureBlackbox Forum
Contains required revocation reasons.
Declaration
[C#]
TElStringList RequiredReasons;
[VB.NET]
Property RequiredReasons As TElStringList
[Pascal]
property RequiredReasons : TElStringList;
[C++]
TElStringList* get_RequiredReasons();
[PHP]
TElStringList get_RequiredReasons()
[Java]
TElStringList getRequiredReasons();
Description
Use this read-only property to get the required revocation reasons of the signing certificate.
Discuss this help topic in SecureBlackbox Forum