KeyMaster.NET
IKeyMasterConfiguration Interface
KeyMaster.NETCaplin.KeyMaster.ConfigurationIKeyMasterConfiguration
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.
Declaration Syntax
C#Visual BasicVisual C++
public interface IKeyMasterConfiguration
Public Interface IKeyMasterConfiguration
public interface class IKeyMasterConfiguration
Members
All MembersProperties



IconMemberDescription
HashingAlgorithm
Gets the hashing algorithm that is used to generate the KeyMaster token.

RSAParameters
Gets a set of parameters that defines the private key used to sign the KeyMaster token.

Remarks

Standard implementations of this interface are provided with KeyMaster.NET for loading the private key from a PEM file or an XML file; see PEMKeyMasterConfiguration and XMLKeyMasterConfiguration.

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