Discuss this help topic in SecureBlackbox Forum
This property defines whether data from
AuthorityCertIssuer
is included into the extension.
Declaration
[C#/Java]
bool IssuerSet;
[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)
Description
Use this property to include/exclude
AuthorityCertIssuer data to/from the extension.
Discuss this help topic in SecureBlackbox Forum