2 references to ErrorCode
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
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.