EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.Sign

TElCMSSignature     See also    


 

This method signs the signature subject.

 
 

Declaration

[C#]
    void Sign(TElX509Certificate Cert, TElCustomCertStorage Chain /* = null */ );

[VB.NET]
    Sub Sign(ByVal Cert As TElX509Certificate, ByVal Chain As TElCustomCertStorage = Nothing)

[Pascal]
    procedure Sign(Cert : TElX509Certificate; Chain : TElCustomCertStorage = nil);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Cert - signing certificate
  • Chain - certificates to be added to the signature
 
 

Description

    Use this method to calculate the signature value and sign the signature subject.
    Note, that recalculating the signature invalidates all countersignatures and timestamps. All these items should be removed, since they do not make any sense after signature recalculation.

 
 

See also:     Constructor     Validate     SigningCertificate     SigningOptions     State    

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