RadiusClientCreateNewPin Method

Create a new pin for the user.

Definition

Namespace: Gemstone.Communication.Radius
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.180 -- Release Build+08d6912e2ef04b50fea51940e3deb4c59e44fb6b
public bool CreateNewPin(
	string username,
	string token,
	string pin
)

Parameters

username  String
Name of the user.
token  String
Current token of the user.
pin  String
New pin of the user.

Return Value

Boolean
True if a new pin is created for the user successfully; otherwise False.

Remarks

NOTE: This method is specific to RSA RADIUS implementation.

See Also