System.Web.Configuration.MachineKeySection.GetValidationAlgorithm C# (CSharp) Method

GetValidationAlgorithm() private method

private GetValidationAlgorithm ( ) : KeyedHashAlgorithm
return System.Security.Cryptography.KeyedHashAlgorithm
		internal KeyedHashAlgorithm GetValidationAlgorithm ()
		{
			// code location to help with unit testing the code
			return MachineKeySectionUtils.GetValidationAlgorithm (this);
		}