Click or drag to resize

RsaKeyBytes(String) Method

Return number of bytes (octets) in RSA key modulus.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.25611 (23.0.0.0)
Syntax
public static int KeyBytes(
	string strRsaKey
)

Parameters

strRsaKey  String
Internal key string

Return Value

Int32
Number of bytes in key
See Also