EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPWriter.Armor

TElPGPWriter     See also    


 

Specifies if the data should be armored after encryption or signing.

 
 

Declaration

[C#]
    bool Armor;

[VB.NET]
    Property Armor As Boolean

[Pascal]
    property Armor : boolean;

[VB6]
    Property Armor As Boolean

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

[DLL]
    not implemented;
 
 

Description

    Use this property to determine if resulting data should be armored, i.e. wrapped into base64-cover.

 
 

See also:     ArmorBoundary     ArmorHeaders     Compress    

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