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);
}
}