EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.OnItemValidated

TElCMSSignature     See also    


 

This event is fired during signature validation.

 
 

Declaration

[C#]
    event TSBCMSItemValidatedEvent OnItemValidated;
    delegate void TSBCMSItemValidatedEvent(object Sender, TSBCMSItemType ItemType, Object Item, ref bool Valid);

[VB.NET]
    Event OnItemValidated As TSBCMSItemValidatedEvent
    Delegate Sub TSBCMSItemValidatedEvent(ByVal Sender As Object, ByVal ItemType As TSBCMSItemType, ByVal Item As Object, ByRef Valid As Boolean)

[Pascal]
    property OnItemValidated: TSBCMSItemValidatedEvent;
    TSBCMSItemValidatedEvent = procedure(Sender : TObject; ItemType : TSBCMSItemType; Item : TObject; var Valid : boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • ItemType - type of the item which has been validated
  • Item - the item which has been validated
  • Valid - validation result
 
 

Possible item types:

[.NET] [Pascal] Description
citCertificate = 0 citCertificate certificate
citCRL = 1 citCRL Certificate Revocation List (CRL)
citOCSPResponse = 2 citOCSPResponse OCSP server response
citTimestamp = 3 citTimestamp timestamp
[.NET] [Pascal]
Namespace: SBCMS
Assembly: SecureBlackbox.PKI
Unit: SBCMS

 
 

Description

    This event is fired by TElCMSSignature during signature validation in order to report that an item has been validated. Application could change the validation result through the Valid parameter.

 
 

See also:     Validate    

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