| 
            
              RadiusClientCreateNewPin Method
             | 
          
        
        
            Create a new pin for the user.
            
        
        Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.257-beta
Syntaxfunction CreateNewPin(username, token, pin);
 View SourceParameters
- username  String
 - Name of the user.
 - token  String
 - Current token of the user.
 - pin  String
 - New pin of the user.
 
Return Value
BooleanTrue if a new pin is created for the user successfully; otherwise False.
RemarksNOTE: This method is specific to RSA RADIUS implementation.
See Also