KeyMaster.NET
LiberatorUsername Property
KeyMaster.NETCaplin.KeyMasterIAuthenticationParametersLiberatorUsername
Gets or sets the username that should be used to log in to Liberator.
Declaration Syntax
C#Visual BasicVisual C++
string LiberatorUsername { get; set; }
Property LiberatorUsername As String
property String^ LiberatorUsername {
	String^ get ();
	void set (String^ value);
}
Value
The username.
Remarks

This property is used by StreamLink clients to obtain the username that is supplied to a Liberator login request. In a production system this name would normally be the authenticated username, which typically has been authenticated through a single sign-on facility.

This field is used by the StandardFormatter.

Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the supplied value is null or empty.

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