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

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