using System.Collections.Generic; namespace Microsoft.AspNet.HttpFeature.Security { public interface IAuthenticationDescription { IDictionary Properties { get; set; } } }