1 write to ServerCertSelectionDelegate
System.Net.Security (1)
System\Net\Security\SslAuthenticationOptions.cs (1)
144
ServerCertSelectionDelegate
= sslServerAuthenticationOptions.ServerCertificateSelectionCallback;
2 references to ServerCertSelectionDelegate
System.Net.Security (2)
System\Net\Security\SslStream.Protocol.cs (2)
683
if (_sslAuthenticationOptions.
ServerCertSelectionDelegate
!= null)
685
localCertificate = _sslAuthenticationOptions.
ServerCertSelectionDelegate
(this, _sslAuthenticationOptions.TargetHost);