ReadCertificate Method
Loads a certificate from a file.
Syntax
[VB.NET] Public Sub ReadCertificate(ByVal FileName As String)
[C#] public void ReadCertificate(string fileName);
Remarks
This method will load a certificate from a file. The file contents can be encoded in base64 (PEM) or ASN (DER) format.