System.Web.Util.MachineKeySectionUtils.GetValidationAlgorithm C# (CSharp) Method

GetValidationAlgorithm() public static method

public static GetValidationAlgorithm ( MachineKeySection section ) : KeyedHashAlgorithm
section System.Web.Configuration.MachineKeySection
return System.Security.Cryptography.KeyedHashAlgorithm
		public static KeyedHashAlgorithm GetValidationAlgorithm (
#if NET_2_0
			MachineKeySection section
#else

Same methods

MachineKeySectionUtils::GetValidationAlgorithm ( section section ) : System.ComponentModel