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

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.4.0 (5.0.4.0)