Candor.Configuration.Provider.MockUserProvider.GetSessionAuthenticationHistory C# (CSharp) Méthode

GetSessionAuthenticationHistory() protected méthode

protected GetSessionAuthenticationHistory ( UserSession session ) : AuthenticationHistory
session Candor.Security.UserSession
Résultat Candor.Security.AuthenticationHistory
        protected override AuthenticationHistory GetSessionAuthenticationHistory(UserSession session)
        {
            throw new NotImplementedException();
        }