PemReaderGetPrivateKey Method (String)

Reads private key from PEM file.

Namespace:  Aspose.Email.DKIM
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static RSACryptoServiceProvider GetPrivateKey(
	string path
)

Parameters

path
Type: SystemString
Path to file to read from.

Return Value

Type: RSACryptoServiceProvider
Certificate that was read.
See Also