EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.GetPublicKeySize

TElX509Certificate     See also    


 

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

 
 

Declaration

[C#]
    int GetPublicKeySize();

[VB.NET]
    Function GetPublicKeySize() As Integer

[Pascal]
    function GetPublicKeySize : integer;

[VB6]
    Function As IElCertificateX6.GetPublicKeySize() Long

[ActiveX]
    HRESULT _stdcall IElCertificateX6.GetPublicKeySize([out, retval] long * Res);

[DLL]
    __stdcall int SBX509GetPublicKeySize(HANDLE hCert);
 
 

Parameters

  • [DLL]hCert - handle to the TElX509Certificate object that was returned by Constructor
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation