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