Candor.Configuration.Provider.MockUserProvider.InsertUserHistory C# (CSharp) 메소드

InsertUserHistory() 보호된 메소드

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