3 writes to ServerCertSelectionDelegate
System.Net.Security (3)
System\Net\Security\SslAuthenticationOptions.cs (3)
190ServerCertSelectionDelegate = sslServerAuthenticationOptions.ServerCertificateSelectionCallback; 240ServerCertSelectionDelegate = ServerCertSelectionDelegate, 276ServerCertSelectionDelegate = other.ServerCertSelectionDelegate;
6 references to ServerCertSelectionDelegate
System.Net.Security (6)
System\Net\Security\SslAuthenticationOptions.cs (2)
240ServerCertSelectionDelegate = ServerCertSelectionDelegate, 276ServerCertSelectionDelegate = other.ServerCertSelectionDelegate;
System\Net\Security\SslStream.Protocol.cs (2)
661if (_sslAuthenticationOptions.ServerCertSelectionDelegate != null) 663localCertificate = _sslAuthenticationOptions.ServerCertSelectionDelegate(this, _sslAuthenticationOptions.TargetHost);
System\Net\Security\TlsSession.cs (2)
963_options.ServerCertSelectionDelegate is not null; 1639ServerCertificateSelectionCallback? selector = _options.ServerCertSelectionDelegate;