EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2Client.OnCertificateChoose

TElAS2Client     See also    


 

This event is fired when the component needs to select a certificate to be used.

 
 

Declaration

[C#]
    event TSBChooseCertificateEvent OnCertificateChoose;
    delegate void TSBChooseCertificateEvent(object Sender, TElX509Certificate[] Certificates, ref int CertificateIndex);

[VB.NET]
    Event OnCertificateChoose As TSBChooseCertificateEvent
    Delegate Sub TSBChooseCertificateEvent(ByVal Sender As Object, ByVal Certificates As TElX509Certificate(), ByRef CertificateIndex As Integer)

[Pascal]
    property OnCertificateChoose : TSBChooseCertificateEvent;
    TSBChooseCertificateEvent = procedure (Sender: TObject; Certificates : array of TElX509Certificate; var CertificateIndex : integer) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Certificates - array of certificates one of which has to be chosen
  • CertificateIndex - index of the chosen certificate
 
 

Description

    This event is fired by TElAS2Client when the certificate needs to be chosen. The application must find the appropriate certificate in the Certificates and provide its index via CertificateIndex parameter.

 
 

See also:     OnCertificateValidate     OnCertificateNeededEx    

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