KeyMaster.NET
RSAParameters Property
KeyMaster.NETCaplin.KeyMaster.ConfigurationPEMKeyMasterConfigurationRSAParameters
Gets a set of parameters that defines the private key used to sign the KeyMaster token.
Declaration Syntax
C#Visual BasicVisual C++
public RSAParameters RSAParameters { get; }
Public ReadOnly Property RSAParameters As RSAParameters
public:
virtual property RSAParameters RSAParameters {
	RSAParameters get () sealed;
}
Value
The RSA parameters.
Remarks
The KeyMaster token generator retrieves this property whenever it needs to generate a token.

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