EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#/Java  VB.NET  Pascal  ActiveX  DLL 


TElPGPSignature.Version

TElPGPSignature    


 

Specifies signature version.

 
 

Declaration

[C#/Java]
    byte Version;

[VB.NET]
    Property Version As Byte

[Pascal]
    property Version : byte;

[VB6]
    Property Version As Byte

[ActiveX]
    HRESULT _stdcall Version([out, retval] long * Result);
    HRESULT _stdcall Version([in] long Value);

[DLL]
    not implemented;
 
 

Description

    Use this property to get or set signature version. Value can be 3 or 4.
    This property value can be changed only before the signature was formed (was passed to one of Sign methods).

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