KeyMaster.NET
ExtraDataToSign Property
KeyMaster.NETCaplin.KeyMasterAuthenticationParametersExtraDataToSign
Gets or sets any extra data within the token that KeyMaster.NET will sign.
Declaration Syntax
C#Visual BasicVisual C++
public string ExtraDataToSign { get; set; }
Public Property ExtraDataToSign As String
public:
virtual property String^ ExtraDataToSign {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Value
The extra data.
Remarks
By default, the signed items in a generated token are just a date-time stamp and a unique sequence number. For enhanced security you can use the ExtraDataToSign property to additionally set the username in the token; KeyMater.NET will then digitally sign the username. This protects against external attempts to tamper with the token by modifying the username, since when Liberator receives the token it will check that the user name and its decrypted signature match.

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