3 references to X509StoreCtxSetError
System.Net.Security (3)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (3)
893
Ssl.
X509StoreCtxSetError
(storeCtx, (int)Interop.Crypto.X509VerifyStatusCodeUniversal.X509_V_OK);
934
Ssl.
X509StoreCtxSetError
(storeCtx, (int)verifyError);
967
Ssl.
X509StoreCtxSetError
(storeCtx, (int)Interop.Crypto.X509VerifyStatusCodeUniversal.X509_V_ERR_UNSPECIFIED);