KeyMaster.NET
XMLKeyMasterConfiguration Class
KeyMaster.NETCaplin.KeyMaster.ConfigurationXMLKeyMasterConfiguration
The XMLKeyMasterConfiguration class creates a configuration for KeyMaster.NET using a private key stored in an XML format file.
Declaration Syntax
C#Visual BasicVisual C++
public class XMLKeyMasterConfiguration : IKeyMasterConfiguration
Public Class XMLKeyMasterConfiguration _
	Implements IKeyMasterConfiguration
public ref class XMLKeyMasterConfiguration : IKeyMasterConfiguration
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
XMLKeyMasterConfiguration(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.

XMLKeyMasterConfiguration(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.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HashingAlgorithm
Gets the hashing algorithm that is used to generate the KeyMaster token.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RSAParameters
Gets a set of parameters that defines the private key used to sign the KeyMaster token.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
XMLKeyMasterConfiguration

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