Discuss this help topic in SecureBlackbox Forum
Public key algorithm.
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:
Description
Use this read-only property to get public key algorithm.
Discuss this help topic in SecureBlackbox Forum