EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPReader.Protection

TElPGPReader     See also    


 

Specifies protection type.

 
 

Declaration

[C#]
    TSBPGPProtectionType Protection;

[VB.NET]
    Property Protection As TSBPGPProtectionType

[Pascal]
    property Protection : TSBPGPProtectionType;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values

[.NET] [Pascal] [ActiveX] Value Description
ptNone 0 key is not encrypted.
ptLow 1 to get the key from password only password hash is used.
ptNormal 2 hash from password and salt concatenation is used.
ptHigh 3 hash from multiple password and salt concatenation is used.
Declared in
[.NET] [Pascal]
Namespace: SBPGPConstants
Assembly: SecureBlackbox.PGP
Unit: SBPGPConstants

 
 

Description

    Use this property to retrieve the protection type. ProtectionType indicates the level of protection of a secret key fields. Actually, it defines the algorithm which was used to obtain the stream encryption key from a passphrase.

 
 

See also:     OnFileExtractionStart    

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