コード例 #1
0
        public bool Logoff()
        {
            Current = Factory.GetNewUserCredential(new NetworkCredential());

            return(true);
        }
コード例 #2
0
        public IdentityService(IItemFactory factory, IUserCredentials identity)
        {
            Factory = factory ?? ServiceFactory.Get <IItemFactory>();

            Current = identity ?? Factory.GetNewUserCredential(new NetworkCredential());
        }