Click or drag to resize

PemReaderReadCertificate Method

Reads certificate from PEM file (BEGIN CERTIFICATE).

Namespace:  Limilabs.Cryptography
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public X509Certificate2 ReadCertificate(
	string pem
)

Parameters

pem
Type: SystemString
String to read from

Return Value

Type: X509Certificate2
Certificate that was read.
See Also