public RadiusPacket? Authenticate(
string username,
string password
)Public Function Authenticate (
username As String,
password As String
) As RadiusPacketpublic:
RadiusPacket^ Authenticate(
String^ username,
String^ password
)function Authenticate(username, password);The type of response packet (if any) will be one of the following:
When an AccessChallenge response packet is received from the server, it contains a State attribute that must be included in the AccessRequest packet that is being sent in response to the AccessChallenge response. So if this method returns an AccessChallenge packet, then this method is to be called again with the requested information (from ReplyMessage attribute) in the password field and the value State attribute.