Candor.Configuration.Provider.MockUserProvider.GetSessionAuthenticationHistory C# (CSharp) Method

GetSessionAuthenticationHistory() protected method

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