Discuss this help topic in SecureBlackbox Forum
This property specifies the public key algorithm.
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 get or set the certificate public key algorithm.
Discuss this help topic in SecureBlackbox Forum