3 references to SALT_SIZE
System.Web (3)
Security\SQLMembershipProvider.cs (3)
1962return Encoding.Unicode.GetString(bRet, SALT_SIZE, bRet.Length - SALT_SIZE); 1970byte[] buf = new byte[SALT_SIZE];