Discuss this help topic in SecureBlackbox Forum
Indicates the issuer of the CRL.
Declaration
[VB.NET]
Property Issuer As String
[Pascal]
property Issuer: WideString;
[C++]
void get_Issuer(sb_u16string &OutResult);
void get_Issuer(std::wstring &OutResult);
void set_Issuer(const sb_u16string &Value);
void set_Issuer(const std::wstring &Value);
[PHP]
string get_Issuer()
void set_Issuer(string $Value)
[Java]
String getIssuer();
void setIssuer(String Value);
Description
Use this property to get or set CRL's issuer.
Discuss this help topic in SecureBlackbox Forum