EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.AddCompleteValidationData

TElCMSSignature     See also    


 

This method adds a complete validation data set required to validate the signature.

 
 

Declaration

[C#]
    void AddCompleteValidationData(TElCustomCertStorage Chain, TElMemoryCRLStorage CRLs, ArrayList OCSPResponses, bool ReferencesOnly /* = true */);

[VB.NET]
    Sub AddCompleteValidationData(ByVal Chain As TElCustomCertStorage, ByVal CRLs As TElMemoryCRLStorage, ByVal OCSPResponses As ArrayList, ByVal ReferencesOnly As Boolean = True)

[Pascal]
    procedure AddCompleteValidationData(Chain : TElCustomCertStorage; CRLs : TElMemoryCRLStorage; OCSPResponses : TList; ReferencesOnly : boolean = True);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Chain - validation certificate chain
  • CRLs - CRLs with revocation information
  • OCSPResponses - OCSP responses which provide status information on signing certificates
  • ReferencesOnly - specifies, whether only the references to revocation data are provided
 
 

Description

    Use this method to add a complete set of data which is required to validate the signature.

 
 

See also:     Validate    

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