Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.GetPublicKeySize

TElX509Certificate     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the size (in bits) of the certificates public key

Declaration

[C#]
    int GetPublicKeySize();

[VB.NET]
    Function GetPublicKeySize() As Integer

[Pascal]
    function GetPublicKeySize : integer;

[C++]
    int32_t GetPublicKeySize();

[PHP]
    integer GetPublicKeySize()

[Java]
    int getPublicKeySize();

Return value

    Size (in bits) of the certificates public key

Description

    Call this method to obtain the size of the certificates public key in bits.

See also:     GetPublicKeyBlob    

Discuss this help topic in SecureBlackbox Forum