3 writes to ServerCertSelectionDelegate
System.Net.Security (3)
System\Net\Security\SslAuthenticationOptions.cs (3)
183ServerCertSelectionDelegate = sslServerAuthenticationOptions.ServerCertificateSelectionCallback; 233ServerCertSelectionDelegate = ServerCertSelectionDelegate, 269ServerCertSelectionDelegate = other.ServerCertSelectionDelegate;
6 references to ServerCertSelectionDelegate
System.Net.Security (6)
System\Net\Security\SslAuthenticationOptions.cs (2)
233ServerCertSelectionDelegate = ServerCertSelectionDelegate, 269ServerCertSelectionDelegate = other.ServerCertSelectionDelegate;
System\Net\Security\SslStream.Protocol.cs (2)
653if (_sslAuthenticationOptions.ServerCertSelectionDelegate != null) 655localCertificate = _sslAuthenticationOptions.ServerCertSelectionDelegate(this, _sslAuthenticationOptions.TargetHost);
System\Net\Security\TlsSession.cs (2)
957_options.ServerCertSelectionDelegate is not null; 1633ServerCertificateSelectionCallback? selector = _options.ServerCertSelectionDelegate;