KeyMaster.NET
XMLKeyMasterConfiguration Constructor (xmlKeyfile)
KeyMaster.NETCaplin.KeyMaster.ConfigurationXMLKeyMasterConfigurationXMLKeyMasterConfiguration(String)
Initializes a new instance of the XMLKeyMasterConfiguration class that uses the private key in the supplied XML format file and the default hashing algorithm.
Declaration Syntax
C#Visual BasicVisual C++
public XMLKeyMasterConfiguration(
	string xmlKeyfile
)
Public Sub New ( _
	xmlKeyfile As String _
)
public:
XMLKeyMasterConfiguration(
	String^ xmlKeyfile
)
Parameters
xmlKeyfile (String)
The file pathname of the XML format private key file.
Remarks
The default hashing algorithm is MD5.
Exceptions
ExceptionCondition
XmlSyntaxExceptionThe XML key file is malformed.
FileNotFoundExceptionThe XML key file cannot be found.

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