Got more of the install checker working and inspecting package assemblies for report.

This commit is contained in:
Shannon
2013-10-25 11:35:09 +11:00
parent 2587b06361
commit c5c1946d1b
6 changed files with 125 additions and 38 deletions

View File

@@ -1,4 +1,5 @@
using System.Runtime.Serialization;
using System;
using System.Runtime.Serialization;
namespace Umbraco.Core.Security
{
@@ -6,6 +7,7 @@ namespace Umbraco.Core.Security
/// Data structure used to store information in the authentication cookie
/// </summary>
[DataContract(Name = "userData", Namespace = "")]
[Serializable]
internal class UserData
{
public UserData()