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