GetDecryptionKey() private method

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