//using System; //using System.Collections.Generic; //using System.Text; //namespace Esiur.Security.Authority //{ // public interface IAuthenticationMethodProvider // { // string Method { get; } // bool CanHandle(AuthenticationCreationContext context); // IAuthenticator CreateAuthenticator(AuthenticationCreationContext context); // } //}