AIMS_BD_IATI.WebAPIAPI.Controllers.SecureDataController.Get C# (CSharp) 메소드

Get() 공개 메소드

public Get ( ) : IHttpActionResult
리턴 IHttpActionResult
        public IHttpActionResult Get()
        {
            return Ok(new { secureData = "You have to be authenticated to access this!" });
        }
    }
SecureDataController