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