KeyMaster.NET
AuthenticationParameters Class
KeyMaster.NETCaplin.KeyMasterAuthenticationParameters
This is the standard implementation of the IAuthenticationParameters interface.
Declaration Syntax
C#Visual BasicVisual C++
public class AuthenticationParameters : IAuthenticationParameters
Public Class AuthenticationParameters _
	Implements IAuthenticationParameters
public ref class AuthenticationParameters : IAuthenticationParameters
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AuthenticationParameters(String, IUserPermissions)
Initializes a new instance of the AuthenticationParameters class, containing the username, and the permissions for that username.

AuthenticationParameters(String)
Initializes a new instance of the AuthenticationParameters class, containing just the username, and no extra data.

AuthenticationParameters(String, String)
Initializes a new instance of the AuthenticationParameters class, containing the username, and extra data.

AuthenticationParameters(String, IDictionary<(Of <(String, String>)>))
Initializes a new instance of the AuthenticationParameters class, containing the username extra data and mapping data.

AuthenticationParameters(String, String, IDictionary<(Of <(String, String>)>))
Initializes a new instance of the AuthenticationParameters class, containing the username extra data and mapping data.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExtraDataToSign
Gets or sets any extra data within the token that KeyMaster.NET will sign.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
LiberatorUsername
Gets or sets the username that should be used to log in to Liberator.

MappingData
Gets or sets the mapping data.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AuthenticationParameters

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