<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Security.Cryptography.CryptographicException

namespace System.Security.Cryptography { public class CryptographicException : SystemException { public CryptographicException(); public CryptographicException(int hr); protected CryptographicException(SerializationInfo info, StreamingContext context); public CryptographicException(string message); public CryptographicException(string message, Exception inner); public CryptographicException(string format, string insert); } }