Mentalis.org Security Library documentation

Certificate.CreateFromPfxFile Method

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

Overload List

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

public static Certificate CreateFromPfxFile(byte[],string);

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

public static Certificate CreateFromPfxFile(byte[],string,bool);

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

public static Certificate CreateFromPfxFile(string,string);

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

public static Certificate CreateFromPfxFile(string,string,bool);

See Also

Certificate Class | Org.Mentalis.Security.Certificates Namespace