TdxX509Certificate.PublicKeyLength Property
Returns the public key length, in bytes.
Declaration
property PublicKeyLength: Integer read;
Property Value
| Type |
|---|
| Integer |
Remarks
You can use the PublicKeyAlgorithmName and PublicKeyLength properties to display the certificate’s public key information in an application.
See Also