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