EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPSignature Constructor

TElPGPSignature     See also    


 

Creates an instance of TElPGPSignature class and returns a reference to newly created instance.

 
 

Declaration

[C#]
    TElPGPSignature();
    TElPGPSignature(TElPGPSignature Source, bool CopySigMaterial);

[VB.NET]
    Sub New()
    Sub New(ByVal Source As TElPGPSignature, ByVal CopySigMaterial As Boolean)

[Pascal]
    constructor Create;
    constructor Create(Source : TElPGPSignature; CopySigMaterial : boolean);

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[DLL]
    not implemented;
 
 

Parameters

  • Source - an existing signature to be copied into the newly-created one
  • CopySigMaterial - set this parameter to True if you want only to copy the signature. Setting this parameter to False allows the signature to be re-signed
 
 

Description

    Use this method to create a new instance of TElPGPSignature class.

 
 

See also:     Destructor    

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