1 write to BlockSize
System (1)
net\System\Net\_SSPIWrapper.cs (1)
757
BlockSize
= (int) checked((uint) Marshal.ReadInt32(unmanagedAddress, 8));
3 references to BlockSize
System (3)
net\System\Net\_NTAuthentication.cs (3)
952
int maxCount = checked(Int32.MaxValue - 4 - sizes.
BlockSize
- sizes.SecurityTrailer);
967
int resultSize = count + sizes.SecurityTrailer + sizes.
BlockSize
;
980
securityBuffer[2] = new SecurityBuffer(output, 4 + sizes.SecurityTrailer + count, sizes.
BlockSize
, BufferType.Padding);