EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPServer.OnSignatureValidate

TElOCSPServer     See also    


 

This event is fired to validate the signature of the client request

 
 

Declaration

[C#]
    event TSBOCSPCertificateNeededEvent OnSignatureValidate;
    delegate void TSBOCSPSignatureValidateEvent(object Sender, ref bool Valid)

[VB.NET]
    Event OnSignatureValidate As TSBOCSPCertificateNeededEvent
    Delegate Sub TSBOCSPSignatureValidateEvent(ByVal Sender As Object, ByRef Valid As Boolean)

[Pascal]
    property OnSignatureValidate : TSBOCSPCertificateNeededEvent;
    TSBOCSPSignatureValidateEvent = procedure( Sender : TObject; var Valid : boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Valid - set to true to accept the signature
 
 

Description

    This event is fired, when the server received a signed request from the client, and needs to validate the certificate(s) used to sign the request. Access the certificates using RequestCertificates property

 
 

See also:     RequestCertificates     RequestorName    

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