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

InsertUserHistory() protected méthode

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