EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.OnIsCertificateTrusted

TElCMSSignature     See also    


 

This event is fired during the signature validation.

 
 

Declaration

[C#]
    event TSBCMSCertificateTrustedEvent OnIsCertificateTrusted;
    delegate void TSBCMSCertificateTrustedEvent(object Sender, TElX509Certificate Cert, ref bool Trusted);

[VB.NET]
    Event OnIsCertificateTrusted As TSBCMSCertificateTrustedEvent
    Delegate Sub TSBCMSCertificateTrustedEvent(ByVal Sender As Object, ByVal Cert As TElX509Certificate, ByRef Trusted As Boolean)

[Pascal]
    property OnIsCertificateTrusted: TSBCMSCertificateTrustedEvent;
    TSBCMSCertificateTrustedEvent = procedure(Sender : TObject; Cert : TElX509Certificate; var Trusted : boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Cert - the X.509 certificate for which trust is unknown
  • Trusted - specifies, if the certificate is trusted, or not
 
 

Description

    This event is fired by TElCMSSignature during the signature validation in order to ask, if the user trusts the current certificate. It is fired once for each certificate forming a chain starting from the end-entity certificate, until the first trusted certificate is reached.

 
 

See also:     Validate    

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