<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="11.0.0-preview.1.26104.118" />
Internal.Cryptography.CryptoThrowHelper
namespace Internal.
Cryptography
{
internal static class CryptoThrowHelper
{
public static CryptographicException ToCryptographicException(
this int hr);
}
}