Overload List

  NameDescription
Public methodStatic memberCreateFromPfxFile(array<Byte>[]()[][], String)
Creates a new instance of the Certificate class by opening a PFX file and retrieving the first certificate from it.
Public methodStatic memberCreateFromPfxFile(String, String)
Creates a new instance of the Certificate class by opening a PFX file and retrieving the first certificate from it.
Public methodStatic memberCreateFromPfxFile(array<Byte>[]()[][], String, Boolean)
Creates a new instance of the Certificate class by opening a PFX file and retrieving the first certificate from it.
Public methodStatic memberCreateFromPfxFile(String, String, Boolean)
Creates a new instance of the Certificate class by opening a PFX file and retrieving the first certificate from it.
Public methodStatic memberCreateFromPfxFile(array<Byte>[]()[][], String, Boolean, KeysetLocation)
Creates a new instance of the Certificate class by opening a PFX file and retrieving the first certificate from it.
Public methodStatic memberCreateFromPfxFile(String, String, Boolean, KeysetLocation)
Creates a new instance of the Certificate class by opening a PFX file and retrieving the first certificate from it.

See Also