Click or drag to resize

PemReaderReadEncryptedPrivateKey Method

Reads encrypted private key from PEM file (BEGIN ENCRYPTED PRIVATE KEY / BEGIN RSA PRIVATE KEY).

Namespace: Limilabs.Cryptography
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public RSACryptoServiceProvider ReadEncryptedPrivateKey(
	string pem,
	string password
)

Parameters

pem  String
String to read from
password  String
Password.

Return Value

RSACryptoServiceProvider
Certificate that was read.
See Also