Discuss this help topic in SecureBlackbox Forum

TElXMLCRLIdentifier.Issuer

TElXMLCRLIdentifier     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Indicates the issuer of the CRL.

Declaration

[C#]
    string Issuer;

[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.

See also:     IssueTime     IssueTimeUTC     Number     URI    

Discuss this help topic in SecureBlackbox Forum