This version of Unity is unsupported.
Method group is Obsolete

ContactPairPoint.Impulse

Obsolete Please use ContactPairPoint.impulse instead.
Upgrade to impulse
public Vector3 Impulse;

Description

The impulse applied to this contact pair to resolve the collision.

To work out the force applied you can divide the impulse by the last frame's simulation time step.