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