3 types derived from ChannelBinding
Microsoft.AspNetCore.Authentication.Negotiate (1)
System.Net.Http.WinHttpHandler (1)
System.Net.Security (1)
84 references to ChannelBinding
dotnet-svcutil-lib (22)
Microsoft.AspNetCore.Authentication.Negotiate (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
netstandard (1)
System (1)
System.Net.Http.WinHttpHandler (1)
System.Net.HttpListener (1)
System.Net.Mail (4)
System.Net.Primitives (1)
System.Net.Security (27)
System\Net\Security\NegotiateStream.cs (7)
110public virtual IAsyncResult BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding? binding, string targetName, AsyncCallback? asyncCallback, object? asyncState) =>
121NetworkCredential credential, ChannelBinding? binding, string targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel,
166public virtual void AuthenticateAsClient(NetworkCredential credential, ChannelBinding? binding, string targetName) =>
174NetworkCredential credential, ChannelBinding? binding, string targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel)
192public virtual Task AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding? binding, string targetName) =>
196NetworkCredential credential, ChannelBinding? binding, string targetName, ProtectionLevel requiredProtectionLevel,
631ChannelBinding? channelBinding,
System.ServiceModel.NetFramingBase (13)
System.ServiceModel.Primitives (11)