Return number of significant bits in RSA key modulus.
public static int KeyBits( string strRsaKey )
Public Shared Function KeyBits ( _ strRsaKey As String _ ) As Integer
VB6/C equivalent: RSA_KeyBits
RSA_KeyBits
[Contents] [Index]