Mentalis.org Security Library documentation

Certificate.CreateFromCerFile Method

Creates a new instance of the Certificate class by reading a certificate from a certificate blob.

Overload List

Creates a new instance of the Certificate class by reading a certificate from a certificate blob.

public static Certificate CreateFromCerFile(byte[]);

Creates a new instance of the Certificate class by reading a certificate from a certificate blob.

public static Certificate CreateFromCerFile(byte[],int,int);

Creates a new instance of the Certificate class by opening a certificate file and retrieving the first certificate from it.

public static Certificate CreateFromCerFile(string);

See Also

Certificate Class | Org.Mentalis.Security.Certificates Namespace