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

GetSessionAuthenticationHistory() 보호된 메소드

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