MSCHAPv2Response
A MSCHAPv2Response specifies the values included in an MSCHAPv2 encoded authentication response.
Properties
Name | Type | Description | Notes |
---|---|---|---|
challenge | byte[] | The MSCHAPv2 challenge. | |
identifier | Integer | The MSCHAPv2 identifier. | |
peerChallenge | byte[] | The MSCHAPv2 peer challenge. | |
response | byte[] | The MSCHAPv2 response. | |
userId | String | The MSCHAPv2 userId. This must be the exact same value used to calculate the MSCHAPv2 response. It will normally be the same as the userId value passed to the authentication method but allows for differences between the two values. For example, an alias may have been passed to the authentication method but the actual userid was used to calculate the MSCHAPv2 response. |