Click or drag to resize

RsaReadPrivateKeyInfo Method

Note: This API is now obsolete.

Read from an (unencrypted) PKCS-8 private key info file into a private key string.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
[ObsoleteAttribute("Use Rsa.ReadPrivateKey() instead", false)]
public static StringBuilder ReadPrivateKeyInfo(
	string prikeyinfoFile
)

Parameters

prikeyinfoFile  String
Name of file

Return Value

StringBuilder
StringBuilder containing an internal representation of the private key; or an empty StringBuilder if error
Remarks
This returns a StringBuilder, not a string. Use sb.ToString() to obtain a string.
See Also