KeyMaster.NET API Configuration

As KeyMaster.NET can only be configured programmatically, it does not explicitly have any dependencies on external resources.

The default configuration implementations Caplin.KeyMaster.Configuration.PEMKeyMasterConfiguration and Caplin.KeyMaster.Configuration.XMLKeyMasterConfiguration will load the private key from a file on disc. However, this behaviour can be altered using the Caplin.KeyMaster.Configuration.IKeyMasterConfiguration interface and implementing your own configuration mechanism.


See also: