Click or drag to resize

RsaKeyBits(String) Method

Return number of significant bits in RSA key modulus.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static int KeyBits(
	string strRsaKey
)

Parameters

strRsaKey  String
Internal key string

Return Value

Int32
Number of significant bits in key
See Also