Discuss this help topic in SecureBlackbox Forum

TElCertificateRevocationList.Issuer

TElCertificateRevocationList     


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


Use this property to manipulate information about CRL issuer.

Declaration

[C#]
    TElRelativeDistinguishedName Issuer;

[VB.NET]
    Property Issuer As TElRelativeDistinguishedName

[Pascal]
    property Issuer : TElRelativeDistinguishedName;

[C++]
    TElRelativeDistinguishedName* get_Issuer();

[PHP]
    TElRelativeDistinguishedName get_Issuer()

[Java]
    TElRelativeDistinguishedName getIssuer();

Description

    This property contains information about the company that issued the CRL. You don't need to set its value as it is set automatically during execution of the SaveToBuffer method.

Discuss this help topic in SecureBlackbox Forum