EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPSignatureSubpacket.Critical

TElPGPSignatureSubpacket     See also    


 

Spesifies if subpacket is critical.

 
 

Declaration

[C#]
    bool Critical;

[VB.NET]
    property Critical as boolean;

[Pascal]
    property Critical : boolean;

[VB6]
    Property Critical As Boolean

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

[DLL]
    not implemented;
 
 

Description

    If any subpacket is marked as critical and some PGP implementation does not know subpackets of such type it must return error message. Otherwise such subpacket will be just ignored.

 
 

See also:     Hashed     SubpacketType    

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