2 references to None
System.Web (2)
Configuration\MachineKeySection.cs (1)
548
bool createIV = signData || ((ivType != IVType.
None
) && (CompatMode > MachineKeyCompatibilityMode.Framework20SP1));
Security\MembershipAdapter.cs (1)
44
return MachineKeySection.EncryptOrDecryptData(encrypt, buffer, (byte[])null, 0, buffer.Length, false /* useValidationSymAlgo */, useLegacyMode, IVType.
None
, false /*Sign*/);