bc-csharp
bc-csharp copied to clipboard
Upgrade from version 1.8.5 to 1.8.9 Issue
Hi,
Previously we were using version 1.8.5 and for the useless password we were passing "".ToCharArray() to Pkcs12Store. Now after upgrading to 1.8.9 I was getting an exception password supplied for Keystore that does not require one.
So I have gone through the latest code and found out that we have a new property IgnoreUselessPasswordProperty which needs to be set in the Environment variable which fixed the issue but I would like to know more about this new property like what will be the impact of this and why it is necessary to set as an Environment variable.