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