3 overrides of Size
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateChannelBinding.cs (1)
21public override int Size { get; }
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpChannelBinding.cs (1)
48public override int Size
System.Net.Security (1)
System\Net\Security\Pal.Managed\SafeChannelBindingHandle.cs (1)
19public override int Size => Length;
3 references to Size
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
215var size = binding.Size;
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs (1)
193int size = channelBinding.Size;
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
489int cbtDataSize = _channelBinding.Size - appDataOffset;