4 references to X509StoreCtxSetError
System.Net.Security (4)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (4)
1060
Ssl.
X509StoreCtxSetError
(storeCtx, (int)Interop.Crypto.X509VerifyStatusCodeUniversal.X509_V_OK);
1081
Ssl.
X509StoreCtxSetError
(storeCtx, (int)Interop.Crypto.X509VerifyStatusCodeUniversal.X509_V_OK);
1122
Ssl.
X509StoreCtxSetError
(storeCtx, (int)verifyError);
1155
Ssl.
X509StoreCtxSetError
(storeCtx, (int)Interop.Crypto.X509VerifyStatusCodeUniversal.X509_V_ERR_UNSPECIFIED);