EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPWriter.UseNewFeatures

TElPGPWriter     See also    


 

Specifies if new algorithms or only algorithms compatible with PGP 2.6.x are used.

 
 

Declaration

[C#]
    bool UseNewFeatures /* = true */;

[VB.NET]
    Property UseNewFeatures As Boolean

[Pascal]
    property UseNewFeatures : boolean;

[VB6]
    Property UseNewFeatures As Boolean

[ActiveX]
    HRESULT _stdcall UseNewFeatures([out, retval] VARIANT_BOOL * Result);
    HRESULT _stdcall UseNewFeatures([in] VARIANT_BOOL Value);

[DLL]
    not implemented;
 
 

Description

    Use this property for compatibility with old versions of PGP-compatible software.
    If this property is set to True, then newer and stronger algorithms will be used. In this case ClearTextSign andSign will be compatible with PGP 2.6.x, while Encrypt and EncryptAndSign will not.
    If the property is set to False, then the result will be compatible with PGP 2.6.x, while the keys are compatible (i.e. don't use features not supported by PGP 2.6.x).
    Default value is True.

 
 

See also:     SigningKeys    

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