EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.OnBeforeVerify

TElCMSSignature     See also    


 

This event is fired before the signature verifying.

 
 

Declaration

[C#]
    event TSBCMSBeforeVerifyEvent OnBeforeVerify;
    delegate void TSBCMSBeforeVerifyEvent(object Sender, TElPublicKeyCrypto Crypto);

[VB.NET]
    Event OnBeforeVerify As TSBCMSBeforeVerifyEvent
    Delegate Sub TSBCMSBeforeVerifyEvent(ByVal Sender As Object, ByVal Crypto As TElPublicKeyCrypto)

[Pascal]
    property OnBeforeVerify: TSBCMSBeforeVerifyEvent;
    TSBCMSBeforeVerifyEvent = procedure(Sender : TObject; Crypto : TElPublicKeyCrypto) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Crypto - this parameter allows user to set verification parameters
 
 

Description

    This event is fired by TElCMSSignature before verifying the signature. It allows user to specify verification options via the Crypto parameter. This event is fired once for each signing certificate.

 
 

See also:     Validate     OnBeforeSign    

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