Discuss this help topic in SecureBlackbox Forum
This property defines whether data from AuthorityCertIssuer is included into the extension.
Declaration
[VB.NET]
Property IssuerSet As Boolean
[Pascal]
property IssuerSet : boolean;
[C++]
bool get_IssuerSet();
void set_IssuerSet(bool Value);
[PHP]
bool get_IssuerSet()
void set_IssuerSet(bool $Value)
[Java]
boolean getIssuerSet();
void setIssuerSet(boolean Value);
Description
Use this property to include/exclude
AuthorityCertIssuer data to/from the extension.
Discuss this help topic in SecureBlackbox Forum