4 references to HashSize
System.Web (4)
Security\FormsAuthentication.cs (1)
178ticketLength -= MachineKeySection.HashSize;
Security\MachineKey.cs (3)
93if (data.Length < MachineKeySection.HashSize) 96data = new byte[originalData.Length - MachineKeySection.HashSize]; 102if (bHash == null || bHash.Length != MachineKeySection.HashSize)