Generate a signed request for Duo authentication.
The returned value should be passed into the Duo.init() call
in the rendered web page used for Duo authentication.
Namespace:
FileHold.UserRoleManager.Code
Assembly:
FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntaxpublic static string SignRequest(
string ikey,
string skey,
string akey,
string username,
DateTime? current_time = null
)
Parameters
- ikey
- Type: SystemString
Duo integration key - skey
- Type: SystemString
Duo secret key - akey
- Type: SystemString
Application secret key - username
- Type: SystemString
Primary-authenticated username - current_time (Optional)
- Type: SystemNullableDateTime
(optional) The current UTC time
Return Value
Type:
Stringsigned request
See Also