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