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