Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum