EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.Issuer

TElCertificateRevocationList    


 

Use this property to manipulate information about CRL issuer.

 
 

Declaration

[C#]
    TElRelativeDistinguishedName Issuer;

[VB.NET]
    Property Issuer As TElRelativeDistinguishedName

[Pascal]
    property Issuer : TElRelativeDistinguishedName;

[VB6]
    Property IElCertificateRevocationListX.Issuer As IElRelativeDistinguishedNameX

[ActiveX]
    HRESULT _stdcall IElCertificateRevocationListX.Issuer([out, retval] IElRelativeDistinguishedNameX ** Value );

[DLL]
    __stdcall HANDLE SBCertificateRevocationListGetIssuer(HANDLE hCRL);
 
 

Parameters

  • [DLL]hCRL - handle to the TElCertificateRevocationList object that was returned by Constructor
 
 

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.

 
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation