Click or drag to resize

RsaKeyBits(StringBuilder) 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(
	StringBuilder sbRsaKey
)

Parameters

sbRsaKey  StringBuilder
Internal key string

Return Value

Int32
Number of significant bits in key
See Also