RsaKeyBytes(String) 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(
string strRsaKey
)
Public Shared Function KeyBytes (
strRsaKey As String
) As Integer
Parameters
- strRsaKey String
- Internal key string
Return Value
Int32Number of bytes in key
See Also