Discuss this help topic in SecureBlackbox Forum
This event is fired when SRP data is needed.
Declaration
Parameters
- UserName - username for which SRP data is requested
- N - safe prime number for SRP protocol
- G - the generator for the multiplicative group
- S - contains salt value
- V - specifies password verifier
- pcUserName - username for which SRP data is requested
- szUserName - the length of pcUserName.
- pN -
- szN - the length of pcN.
- pG -
- szG - the length of pcG.
- pS -
- szS - the length of pcS.
- pV -
- szV - the length of pcV.
Description
This event is fired by TElHTTPSServer when SRP data is needed for client authentication.
The handler must provide necessary information via the corresponding parameters.
Discuss this help topic in SecureBlackbox Forum