2 writes to Binding
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
25
: new NegotiateAuthenticationServerOptions {
Binding
= _channelBinding };
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
682
Binding
= channelBinding,
2 references to Binding
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
234
_channelBinding = serverOptions.
Binding
;
System\Net\Security\NegotiateAuthentication.cs (1)
72
_isSecureConnection = serverOptions.
Binding
!= null;