Hi Pravin,
From the uppercase OpenFile method signature I guess that you are talking about OpenPGP Library for .NET.
The OpenFile method uses internally FileInfo.OpenRead which is not guaranteed to be thread safe.
We have switched it to the static method File.OpenRead which is guaranteed to be thread safe.
Please download an updated installation and check is this locking still there.
Cheers,
Katerina