Click or drag to resize

RsaKeyBytes(StringBuilder) Method

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

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static int KeyBytes(
	StringBuilder sbRsaKey
)

Parameters

sbRsaKey  StringBuilder
Internal key string

Return Value

Int32
Number of bytes in key
See Also