|
RadiusClientNextTokenModeMessage Property
|
Gets or sets the text for comparing with the text of ReplyMessage attribute in an AccessChallenge
server response to determine whether or not a user account is in the "Next Token" mode.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public string NextTokenModeMessage { get; set; }
Public Property NextTokenModeMessage As String
Get
Set
public:
property String^ NextTokenModeMessage {
String^ get ();
void set (String^ value);
}
member NextTokenModeMessage : string with get, set
function get_NextTokenModeMessage();
function set_NextTokenModeMessage(value);
View SourceProperty Value
StringReturn Value
StringText for "Next Token" mode.
See Also