Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.PublicKeyAlgorithm

TElX509Certificate     See also     


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


Returns the algorithm used in the certificate public key

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:

The following algorithms may be used as public key algorithms:


The following algorithms may be used as signature algorithms:

Description

    This property contains the algorithm of the certificate public key.

See also:     SignatureAlgorithm    

Discuss this help topic in SecureBlackbox Forum