System.Web.Configuration.MachineKeyConfig.GetDecryptionKey C# (CSharp) Method

GetDecryptionKey() private method

private GetDecryptionKey ( ) : byte[]
return byte[]
		internal byte [] GetDecryptionKey ()
		{
			if (decryption_key == null)
				SetDecryptionKey (decryption_key_name);
			return decryption_key;
		}