Discuss this help topic in SecureBlackbox Forum

TElPGPCustomPublicKey.PublicKeyAlgorithm

TElPGPCustomPublicKey     See also     


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


Public key algorithm.

Declaration

[C#]
    int PublicKeyAlgorithm;

[VB.NET]
    Property PublicKeyAlgorithm As Integer

[Pascal]
    property PublicKeyAlgorithm : integer;

[C++]
    int32_t get_PublicKeyAlgorithm();

[PHP]
    integer get_PublicKeyAlgorithm()

[Java]
    int getPublicKeyAlgorithm();

Values:

Description

    Use this read-only property to get public key algorithm.

See also:     BitsInKey    

Discuss this help topic in SecureBlackbox Forum