Discuss this help topic in SecureBlackbox Forum

TElCertificateRequest.PublicKeyAlgorithm

TElCertificateRequest     See also     


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


Returns the public key algorithm of the current Certificate Request.

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

    Use this function to get the public key algorithm of the certificate request.

See also:     GetDSAParams     GetRSAParams     SignatureAlgorithm    

Discuss this help topic in SecureBlackbox Forum