EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPResponse.OnCertificateNeeded

TElOCSPResponse     See also    


 

This event is fired when the certificate, used to sign the reply, was not included.

 
 

Declaration

[C#]
    event TSBCMSCertificateNeededEvent OnCertificateNeeded;
    delegate void TSBCMSCertificateNeededEvent(object Sender, TElCertificateLookup Lookup, ref TElX509Certificate Cert);

[VB.NET]
    Event OnCertificateNeeded As TSBCMSCertificateNeededEvent
    Delegate Sub TSBCMSCertificateNeededEvent(ByVal Sender As Object, ByVal Lookup As TElCertificateLookup, ByRef Cert As TElX509Certificate)

[Pascal]
    property OnCertificateNeeded : TSBCMSCertificateNeededEvent;
    TSBCMSCertificateNeededEvent = procedure( Sender : TObject; Lookup : TElCertificateLookup; var Cert : TElX509Certificate) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Certificate - certifcate, that was used to sign the reply
 
 

Description

    This event is fired, when a signed response from the server was received, and the certificate was not included with the signature. You need to search for and provide the certificate.

 
 

See also:     FindResponse    

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