KeyMaster.NET
Caplin.KeyMaster.Configuration Namespace
KeyMaster.NETCaplin.KeyMaster.Configuration
The interfaces and classes in this top-level namespace provide the configuration capabilities for KeyMaster.NET.
Declaration Syntax
C#Visual BasicVisual C++
namespace Caplin.KeyMaster.Configuration
Namespace Caplin.KeyMaster.Configuration
namespace Caplin.KeyMaster.Configuration
Types
All TypesClassesInterfacesEnumerations
IconTypeDescription
IKeyMasterConfiguration
Represents the configuration interface used by KeyMaster. Implement this interface if your KeyMaster.NET deployment cannot obtain the private key from a PEM or XML format file; otherwise use one of the standard implementations.

KeyMasterHashingAlgorithm
Defines the hashing algorithms that can be used by KeyMaster.NET when signing tokens.

PEMKeyMasterConfiguration
The PEMKeyMasterConfiguration class creates a configuration for KeyMaster.NET using a private key stored in a PEM format file. The private key must not be password protected.

XMLKeyMasterConfiguration
The XMLKeyMasterConfiguration class creates a configuration for KeyMaster.NET using a private key stored in an XML format file.