4 references to ErrorCode
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (4)
328throw new CryptographicException(ErrorCode.E_POINTER); // Not the greatest error, but needed for backward compat. 342throw new CryptographicException(ErrorCode.E_POINTER); // Not the greatest error, but needed for backward compat. 373throw new CryptographicException(ErrorCode.E_POINTER); // Consistent with existing Export method. 415throw new CryptographicException(ErrorCode.E_POINTER); // Consistent with existing Export method.