KeyMaster.NET
PEMKeyMasterConfiguration Constructor (pemKeyFile)
KeyMaster.NETCaplin.KeyMaster.ConfigurationPEMKeyMasterConfigurationPEMKeyMasterConfiguration(String)
Initializes a new instance of the PEMKeyMasterConfiguration class that uses the private key in the supplied PEM format file using the default hashing algorithm.
Declaration Syntax
C#Visual BasicVisual C++
public PEMKeyMasterConfiguration(
	string pemKeyFile
)
Public Sub New ( _
	pemKeyFile As String _
)
public:
PEMKeyMasterConfiguration(
	String^ pemKeyFile
)
Parameters
pemKeyFile (String)
The file pathname of the PEM private key file.
Remarks
The default hashing algorithm is MD5.
Exceptions
ExceptionCondition
ArgumentExceptionThe specified key file is an inappropriate format.
FileNotFoundExceptionThe specified key file cannot be found.

Assembly: Caplin.KeyMaster (Module: Caplin.KeyMaster) Version: 5.0.2.0 (5.0.2.0)