9 references to RemoteCertValidationCallback
System (9)
net\System\Net\_SecureChannel.cs (2)
1229internal bool VerifyRemoteCertificate(RemoteCertValidationCallback remoteCertValidationCallback, ref ProtocolToken alertToken) 1444private void LogCertificateValidation(RemoteCertValidationCallback remoteCertValidationCallback, SslPolicyErrors sslPolicyErrors, bool success, X509Chain chain)
net\System\Net\_TLSstream.cs (1)
81RemoteCertValidationCallback certValidationCallback = servicePoint.SetupHandshakeDoneProcedure(this, initiatingRequest);
net\System\Net\SecureProtocols\_SslState.cs (3)
45private RemoteCertValidationCallback _CertValidationDelegate; 116internal SslState(Stream innerStream, RemoteCertValidationCallback certValidationCallback, LocalCertSelectionCallback certSelectionCallback, EncryptionPolicy encryptionPolicy) 225internal void SetCertValidationDelegate(RemoteCertValidationCallback certValidationCallback)
net\System\Net\SecureProtocols\SslStream.cs (1)
97RemoteCertValidationCallback _userCertValidationCallbackWrapper = new RemoteCertValidationCallback(userCertValidationCallbackWrapper);
net\System\Net\ServicePoint.cs (2)
1033internal RemoteCertValidationCallback SetupHandshakeDoneProcedure(TlsStream secureStream, Object request) { 1044internal static RemoteCertValidationCallback CreateAdapter(ServicePoint serviePoint, TlsStream secureStream, Object request)