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

InsertUserHistory() protected method

protected InsertUserHistory ( AuthenticationHistory history ) : void
history Candor.Security.AuthenticationHistory
return void
        protected override void InsertUserHistory(AuthenticationHistory history)
        {
            throw new NotImplementedException();
        }