Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.PublicKeyAlgorithm

TElCertificateLookup     See also     


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


Specifies the desired value of the TElX509Certificate.PublicKeyAlgorithm property.

Declaration

[C#]
    int PublicKeyAlgorithm;

[VB.NET]
    Property PublicKeyAlgorithm As Integer

[Pascal]
    property PublicKeyAlgorithm : integer;

[C++]
    int32_t get_PublicKeyAlgorithm();
    void set_PublicKeyAlgorithm(int32_t Value);

[PHP]
    integer get_PublicKeyAlgorithm()
    void set_PublicKeyAlgorithm(integer $Value)

[Java]
    int getPublicKeyAlgorithm();
    void setPublicKeyAlgorithm(int Value);

Values:

The following algorithms may be used as public key algorithms:


The following algorithms may be used as signature algorithms:

Description

    Use this property to define desired public key algorithm that the certificate must have.

See also:     SignatureAlgorithm    

Discuss this help topic in SecureBlackbox Forum