Discuss this help topic in SecureBlackbox Forum

TElCertificateIssuerCRLExtension.Issuer

TElCertificateIssuerCRLExtension     


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


Use this property to access information about the issuer of the certificate..

Declaration

[C#]
    TElGeneralNames Issuer;

[VB.NET]
    Property Issuer As TElGeneralNames

[Pascal]
    property Issuer : TElGeneralName;

[C++]
    TElGeneralNames* get_Issuer();

[PHP]
    TElGeneralNames get_Issuer()

[Java]
    TElGeneralNames getIssuer();

Description

    This property contains information about the company that issued the certificate. Each line contains a pair in the form of <Name>=<Value> (e.g. CommonName=Verisign).

Discuss this help topic in SecureBlackbox Forum