Discuss this help topic in SecureBlackbox Forum

TElPGPDecryptingStream.Algorithm

TElPGPDecryptingStream     See also     


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


This read-only property contains symmetric algorithm used for data encryption.

Declaration

[C#]
    int Algorithm;

[VB.NET]
    Property Algorithm As Integer

[Pascal]
    property Algorithm : TSBPGPSymmetricKeyAlgorithm;
    TSBPGPSymmetricKeyAlgorithm = integer;

[C++]
    int32_t get_Algorithm();

[PHP]
    integer get_Algorithm()

[Java]
    int getAlgorithm();

Description

    Use this property to get symmetric algorithm for data decryption.

See also:     Protection    

Discuss this help topic in SecureBlackbox Forum