KeyMaster.NET
IAuthenticationParameters Interface
KeyMaster.NETCaplin.KeyMasterIAuthenticationParameters
Represents additional parameters that may be used when generating or formatting KeyMaster tokens.
Declaration Syntax
C#Visual BasicVisual C++
public interface IAuthenticationParameters
Public Interface IAuthenticationParameters
public interface class IAuthenticationParameters
Members
All MembersProperties



IconMemberDescription
ExtraDataToSign
Gets or sets any extra data within the token that KeyMaster.NET will sign.

LiberatorUsername
Gets or sets the username that should be used to log in to Liberator.

Remarks

If you are implementing your own IKeyMasterFormatter then an object implementing this IAuthenticationParameters can be used to pass in additional parameters.

A standard implementation of IAuthenticationParameters is provided with KeyMaster.NET; see AuthenticationParameters.

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