|
RadiusClientNewPinModeMessage1 Property
|
Gets or sets the text for comparing with the text of ReplyMessage attribute in an AccessChallenge
server response to determine whether or not Step 1 (ensuring that the user account is in the
"New Pin" mode) of creating a new pin was successful.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public string NewPinModeMessage1 { get; set; }
Public Property NewPinModeMessage1 As String
Get
Set
member NewPinModeMessage1 : string with get, set
function get_NewPinModeMessage1();
function set_NewPinModeMessage1(value);
View SourceProperty Value
StringReturn Value
StringText for "New Pin" mode's first message.
See Also