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