EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.OnCRLNeeded

TElCMSSignature     See also    


 

This event is fired during the signature validation.

 
 

Declaration

[C#]
    event TSBCMSCRLNeededEvent OnCRLNeeded;
    delegate void TSBCMSCRLNeededEvent(object Sender, TElCMSCRLValidatedID ID, TElX509Certificate Cert, ref TElCertificateRevocationList CRL);

[VB.NET]
    Event OnCRLNeeded As TSBCMSCRLNeededEvent
    Delegate Sub TSBCMSCRLNeededEvent(ByVal Sender As Object, ByVal ID As TElCMSCRLValidatedID, ByVal Cert As TElX509Certificate, ByRef CRL As TElCertificateRevocationList)

[Pascal]
    property OnCRLNeeded: TSBCMSCRLNeededEvent;
    TSBCMSCRLNeededEvent = procedure(Sender : TObject; ID : TElCMSCRLValidatedID; Cert : TElX509Certificate; var CRL : TElCertificateRevocationList) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • ID - identifier of the missing CRL
  • Cert - certificate, for which the CRL is missing
  • CRL - required CRL should be put here
 
 

Description

    This event is fired by TElCMSSignature during signature validation if a required certificate revocation list (CRL) is missing. User should find and provide it via the CRL parameter. This event is fired once for each missing CRL.

 
 

See also:     OnOCSPResponseNeeded     OnCertificateNeeded    

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