EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPClient.OnCertificateNeeded

TElOCSPClient     See also    


 

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

 
 

Declaration

[C#]
    event TSBOCSPCertificateNeededEvent OnCertificateNeeded;
    delegate void TSBOCSPCertificateNeededEvent(object Sender, ref TElX509Certificate Certificate)

[VB.NET]
    Event OnCertificateNeeded As TSBOCSPCertificateNeededEvent
    Delegate Sub TSBOCSPCertificateNeededEvent(ByVal Sender As Object, ByRef Certificate As TElX509Certificate)

[Pascal]
    property OnCertificateNeeded : TSBOCSPCertificateNeededEvent;
    TSBOCSPCertificateNeededEvent = procedure( Sender : TObject; var Certificate : 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 the client received a signed response from the server, and the certificate was not included with the signature. You need to search for and provide the certificate. Use ServerName property as a hint.

 
 

See also:     ServerName    

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