Click or drag to resize

RsaCheckKey(String) Method

Check the validity of an "internal" RSA public or private key.

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

Parameters

intKeyString  String
Internal key string

Return Value

Int32
0=valid private key, 1=valid publickey, or negative error code
Remarks
A private key is also validated for consistency.
See Also