Mentalis.org Security Library documentation

Certificate.CreateFromPemFile Method

Creates a new instance of the Certificate class by reading a certificate from a PEM encoded file.

Overload List

Creates a new instance of the Certificate class by reading a certificate from a PEM encoded file.

public static Certificate CreateFromPemFile(byte[]);

Creates a new instance of the Certificate class by reading a certificate from a PEM encoded file.

public static Certificate CreateFromPemFile(string);

See Also

Certificate Class | Org.Mentalis.Security.Certificates Namespace