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