Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.Protection

TElPGPCustomSecretKey     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Protection type.

Declaration

[C#]
    TSBPGPProtectionType Protection;

[VB.NET]
    Property Protection As TSBPGPProtectionType

[Pascal]
    property Protection : TSBPGPProtectionType;

[C++]
    TSBPGPProtectionType get_Protection();

[PHP]
    integer get_Protection()

[Java]
    TSBPGPProtectionType getProtection();

Values

Description

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

See also:     EncryptionAlgorithm     ChangeProtection    

Discuss this help topic in SecureBlackbox Forum