public bool IsUserInNewPinMode(
RadiusPacket response
)Public Function IsUserInNewPinMode (
response As RadiusPacket
) As Booleanpublic:
bool IsUserInNewPinMode(
RadiusPacket^ response
)function IsUserInNewPinMode(response);A user's account can be in the "New Pin" mode when set on the server.
NOTE: This method is specific to RSA RADIUS implementation.