EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature Constructor

TElCMSSignature    


 

Creates a new instance of ELCMSSignature class.

 
 

Declaration

[C#]
    TElCMSSignature(Object Subject);
    TElCMSSignature(Object Subject, byte[] Data);
    TElCMSSignature(Object Subject, TElPKCS7Signer PKCS7Signer);

[VB.NET]
    Sub New(ByVal Subject As Object)
    Sub New(ByVal Subject As Object, ByVal Data As Byte())
    Sub New(ByVal Subject As Object, ByVal PKCS7Signer As TElPKCS7Signer)

[Pascal]
    constructor Create(Subject : TObject);
    constructor Create(Subject : TObject; const Data : BufferType);
    constructor Create(Subject : TObject; PKCS7Signer : TElPKCS7Signer);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Subject - the object to be signed with the signature
  • Data - an ASN.1 buffer containing signer information
  • PKCS7Signer - identifies the signer
 
 

Description

    Use this method to create a new instance of TElCMSSignature.

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