RsaKeyBits(StringBuilder) Method |
Return number of significant bits in RSA key modulus.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static int KeyBits(
StringBuilder sbRsaKey
)
Public Shared Function KeyBits (
sbRsaKey As StringBuilder
) As Integer
Parameters
- sbRsaKey StringBuilder
- Internal key string
Return Value
Int32Number of significant bits in key
See Also