KeyMaster.NET
ExtraDataToSign Property
KeyMaster.NETCaplin.KeyMasterIAuthenticationParametersExtraDataToSign
Gets or sets any extra data within the token that KeyMaster.NET will sign.
Declaration Syntax
C#Visual BasicVisual C++
string ExtraDataToSign { get; set; }
Property ExtraDataToSign As String
property String^ ExtraDataToSign {
	String^ get ();
	void set (String^ value);
}
Value
The extra data.
Remarks

By default, the signed items in a generated token are just a date-time stamp, a unique sequence number and the username. If you have written a custom authentication module then you can use the ExtraDataToSign property to securely send information from KeyMaster.NET to your authentication module.

Note: If you are using KeyMaster.NET permissioning then you should not set this property.

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