EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPSignature.AddExtension

TElPGPSignature     See also    


 

Adds an extension of the specified type.

 
 

Declaration

[C#]
    int AddExtension(TSBPGPSignatureExtension ExtType, bool Hashed /* = true */, bool Critical /* = false */);

[VB.NET]
    Function AddExtension(ByVal ExtType As TSBPGPSignatureExtension, ByVal Hashed As Boolean = True, ByVal Critical As Boolean = False) As Integer

[Pascal]
    function AddExtension(ExtType : TSBPGPSignatureExtension; Hashed : boolean = true; Critical : boolean = false) : integer;

[VB6]
    Function AddExtension(ByVal ExtType As TxSBPGPSignatureExtension, ByVal Hashed As Boolean, ByVal Critical As Boolean) As Integer

[ActiveX]
    HRESULT _stdcall AddExtension([in] TxSBPGPSignatureExtension ExtType, [in] VARIANT_BOOL Hashed, [in] VARIANT_BOOL Critical, [out, retval] long * Result);

[DLL]
    not implemented;
 
 

Parameters

  • ExtType - type of the extension to be deleted.
  • Hashed - shows if this extension will be hashed during signature creating. Default value is True
  • Critical - if True extension will be marked as critical. Default value is False.
 
 

Return value

    Returns the index of the newly added extension.

 
 

Description

    Use this method to add new extension.

 
 

See also:     ClearExtensions     GetExtensionByType     GetExtensionCount     RemoveExtension    

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