TdxX509Certificate.PublicKeyLength Property
In This Article
Returns the public key length, in bytes.
#Declaration
Delphi
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