EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRequest.PublicKeySize

TElCertificateRequest     See also    


 

Returns the public key size of the current Certificate Request.

 
 

Declaration

[C#]
    int PublicKeySize;

[VB.NET]
    Property PublicKeySize As Integer

[Pascal]
    property PublicKeySize : Integer;

[VB6]
    Property IElCertificateRequestX.PublicKeySize As TxSBSignatureAlgorithm

[ActiveX]
    HRESULT _stdcall IElCertificateRequestX.PublicKeySize([out, retval] TxSBSignatureAlgorithm * Value );

[DLL]
    __stdcall int SBCertificateRequestGetPublicKeySize(HANDLE hRequest);
 
 

Parameters

  • [DLL]hRequest - handle to the TElCertificateRequest object that was returned by Constructor
 
 

Description

    Use this read-only property to get the size of public key in bits.

 
 

See also:     PublicKeyAlgorithm    

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