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