GetValidationKey() private method

private GetValidationKey ( ) : byte[]
return byte[]
Example #1
0
		public static byte [] GetValidationKey (MachineKeySection section)
		{
			return section.GetValidationKey ();
		}