RadiusClientCreateNewPin Method
Create a new pin for the user.
Namespace: Gemstone.Communication.RadiusAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.169 -- Release Build+ac7d9b6b95c90919e0d9e684462efdeb467e30f6
function CreateNewPin(username, token, pin);
- username String
- Name of the user.
- token String
- Current token of the user.
- pin String
- New pin of the user.
BooleanTrue if a new pin is created for the user successfully; otherwise False.
NOTE: This method is specific to RSA RADIUS implementation.