3 references to AD_SALT_SIZE_IN_BYTES
System.Web (3)
Security\ADMembershipProvider.cs (3)
3402byte[] bSalt = new byte[AD_SALT_SIZE_IN_BYTES]; 3421return Encoding.Unicode.GetString(bAll, AD_SALT_SIZE_IN_BYTES, bAll.Length - AD_SALT_SIZE_IN_BYTES);