Base:
property
Size
System.Security.Authentication.ExtendedProtection.ChannelBinding.Size
1 write to Size
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateChannelBinding.cs (1)
15Size = channelBindingToken.Length;
3 references to Size
Microsoft.AspNetCore.Authentication.Negotiate (3)
Internal\NegotiateChannelBinding.cs (3)
16SetHandle(Marshal.AllocHGlobal(Size)); 18Buffer.MemoryCopy(pinnedToken.Pointer, (void*)handle, Size, Size);