Exemplo n.º 1
0
        public List <PlatformUser> GetPlatformUsers(string sharedClientKey)
        {
            // Ensure the clients are certified.
            if (sharedClientKey != Sahara.Core.Platform.Requests.RequestManager.SharedClientKey)
            {
                return(null);
            }

            return(PlatformUserManager.GetUsers());
        }