KeyMaster.NET
PEMKeyMasterConfiguration Class
KeyMaster.NETCaplin.KeyMaster.ConfigurationPEMKeyMasterConfiguration
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.
Declaration Syntax
C#Visual BasicVisual C++
public class PEMKeyMasterConfiguration : IKeyMasterConfiguration
Public Class PEMKeyMasterConfiguration _
	Implements IKeyMasterConfiguration
public ref class PEMKeyMasterConfiguration : IKeyMasterConfiguration
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PEMKeyMasterConfiguration(String)
Initializes a new instance of the PEMKeyMasterConfiguration class that uses the private key in the supplied PEM format file using the default hashing algorithm.

PEMKeyMasterConfiguration(String, KeyMasterHashingAlgorithm)
Initializes a new instance of the PEMKeyMasterConfiguration class that uses the private key in the supplied PEM 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
PEMKeyMasterConfiguration

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