| ||||
ContinueValidatePassword methodHandles SecurID's New PIN and Next Token modes. This method should be called only if ValidatePassword returns EROOM_E_SECURID_NEXTTOKEN or EROOM_E_SECURID_FIRSTPIN. This method should only be called for users that are authenticating with SecurID. An E_INVALIDARG will be returned if this method is called for other users. Syntax
ParametersUserNameThe login name of the SecurID user. ExtraInfoIf ValidatePassword returns EROOM_E_SECURID_FIRSTPIN, then this parameter should be the user's new PIN. If ValidatePassword returns EROOM_E_SECURID_NEXTTOKEN, then this parameter should be the next token that appears on the user's SecurID card. pRetValTRUE if ContinueValidatePassword succeeds or FALSE if it fails.
Return value
|
Home |